thirdparty: replace macro address by render_box

This commit is contained in:
Mathieu Jaumotte 2021-08-19 12:36:48 +02:00
parent 227d627ad5
commit 21db8674e7

View File

@ -82,7 +82,7 @@
{% if thirdParty.address == null %}
<span class="chill-no-data-statement">{{ 'No address given'|trans }}</span>
{% else %}
{{ address._render(thirdParty.address, {'with_valid_from': false }) }}
{{ thirdParty.address|chill_entity_render_box({'with_valid_from': false }) }}
{% endif %}
</dd>