fix layout for address

This commit is contained in:
Julien Fastré 2021-10-11 17:40:31 +02:00
parent bc608832c2
commit f4369553e1

View File

@ -91,12 +91,14 @@
</div> </div>
<div class="item-col"> <div class="item-col">
<ul class="list-content fa-ul"> <ul class="list-content fa-ul">
{{ thirdparty.getAddress|chill_entity_render_box({ <li>
'render': 'list', {{ thirdparty.getAddress|chill_entity_render_box({
'with_picto': true, 'render': 'list',
'multiline': false, 'with_picto': true,
'with_valid_from': false 'multiline': false,
}) }} 'with_valid_from': false
}) }}
</li>
<li><i class="fa fa-li fa-phone"></i> <li><i class="fa fa-li fa-phone"></i>
{% if thirdparty.telephone %} {% if thirdparty.telephone %}
<a href="{{ 'tel:' ~ thirdparty.telephone }}">{{ thirdparty.telephone|chill_format_phonenumber }}</a> <a href="{{ 'tel:' ~ thirdparty.telephone }}">{{ thirdparty.telephone|chill_format_phonenumber }}</a>