mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-10-03 11:59:49 +00:00
household address: household address history (WIP)
This commit is contained in:
@@ -7,6 +7,16 @@
|
|||||||
|
|
||||||
<p>Household with id {{ household.id }}</p>
|
<p>Household with id {{ household.id }}</p>
|
||||||
|
|
||||||
|
<div>
|
||||||
|
{{ household.addresses|length }}
|
||||||
|
|
||||||
|
{% for address in household.addresses %}
|
||||||
|
<div>
|
||||||
|
{{ address.id }}
|
||||||
|
</div>
|
||||||
|
{% endfor %}
|
||||||
|
</div>
|
||||||
|
|
||||||
<a class="sc-button bt-update"
|
<a class="sc-button bt-update"
|
||||||
href="{{ chill_path_add_return_path('chill_person_household_address_move', { 'household_id': household.id }) }}">
|
href="{{ chill_path_add_return_path('chill_person_household_address_move', { 'household_id': household.id }) }}">
|
||||||
{{ 'Move household'|trans }}
|
{{ 'Move household'|trans }}
|
||||||
|
Reference in New Issue
Block a user