address renderbox, improve how display address-more informations

This commit is contained in:
2021-09-22 13:04:51 +02:00
parent 7c2422743e
commit d6f6f49090
5 changed files with 21 additions and 12 deletions

View File

@@ -23,7 +23,7 @@
{% 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}) }}
{{ address|chill_entity_render_box({'multiline': true, 'extended_infos': true }) }}
{% endif %}
<ul class="list-inline text-right mt-2">