mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-13 13:54:23 +00:00
household address: household address history (WIP)
This commit is contained in:
parent
2b5ed5e5a3
commit
6d20476b81
@ -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 }}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user