mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-07 18:44:08 +00:00
display address of current household
This commit is contained in:
parent
60951231c4
commit
a083a320ae
@ -38,9 +38,7 @@
|
||||
<h3>{{ 'Address'|trans }}</h3>
|
||||
</div>
|
||||
<div class="wl-col list">
|
||||
{% for h in p.person.getHouseholdParticipationsNotShareHousehold %}
|
||||
<p class="item">{{ h.address }}</p>
|
||||
{% endfor %}
|
||||
<p class="item">{{ p.household.getCurrentAddress|chill_entity_render_box }}</p>
|
||||
</div>
|
||||
</div>
|
||||
{% endif %}
|
||||
|
Loading…
x
Reference in New Issue
Block a user