in process... need to be sure which address to display exactly

This commit is contained in:
Julie Lenaerts 2022-02-01 15:09:42 +01:00
parent 4e862cc585
commit ece30b63c3
2 changed files with 14 additions and 1 deletions

View File

@ -32,9 +32,21 @@
</div>
<div class="item-row separator">
<div class="wrap-list">
{% if p.household is same as p.person.getCurrentHousehold %}
<div class="wl-row">
<div class="wl-col title">
<h3>{{ 'Address'|trans }}</h3>
</div>
<div class="wl-col list">
{% for h in p.person.getHouseholdParticipationsNotShareHousehold %}
<p class="item">{{ h.address }}</p>
{% endfor %}
</div>
</div>
{% endif %}
<div class="wl-row">
<div class="wl-col title">
<h3>En tant que</h3>
<h3>{{ 'As member'|trans }}</h3>
</div>
<div class="wl-col list">
<p class="item">{{ p.position.label|localize_translatable_string }}

View File

@ -98,6 +98,7 @@ household:
from: Depuis
to: Jusqu'au
person history: Ménages
As member: En tant que
household_composition:
Since: >-