[twig][templates] introduce an option in adress_entity_render to display or not the address details button

This commit is contained in:
2023-04-21 19:25:24 +02:00
parent dc22c94b95
commit 13feb3b212
5 changed files with 23 additions and 5 deletions

View File

@@ -23,7 +23,11 @@
{% if address is empty %}
<p class="chill-no-data-statement">{{ 'household.Household does not have any address currently'|trans }}</p>
{% else %}
{{ address|chill_entity_render_box({'multiline': true, 'extended_infos': true }) }}
{{ address|chill_entity_render_box({
'multiline': true,
'extended_infos': true,
'details_button': true
}) }}
{% endif %}
<ul class="list-inline text-right mt-2">