display address of current household

This commit is contained in:
Julie Lenaerts 2022-02-11 12:34:18 +01:00
parent 60951231c4
commit a083a320ae

View File

@ -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 %}