mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-07 18:44:08 +00:00
household address: household address history (WIP)
This commit is contained in:
parent
2b5ed5e5a3
commit
6d20476b81
@ -7,7 +7,17 @@
|
||||
|
||||
<p>Household with id {{ household.id }}</p>
|
||||
|
||||
<a class="sc-button bt-update"
|
||||
<div>
|
||||
{{ household.addresses|length }}
|
||||
|
||||
{% for address in household.addresses %}
|
||||
<div>
|
||||
{{ address.id }}
|
||||
</div>
|
||||
{% endfor %}
|
||||
</div>
|
||||
|
||||
<a class="sc-button bt-update"
|
||||
href="{{ chill_path_add_return_path('chill_person_household_address_move', { 'household_id': household.id }) }}">
|
||||
{{ 'Move household'|trans }}
|
||||
</a>
|
||||
|
Loading…
x
Reference in New Issue
Block a user