mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-12 21:34:25 +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>
|
<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 }) }}">
|
href="{{ chill_path_add_return_path('chill_person_household_address_move', { 'household_id': household.id }) }}">
|
||||||
{{ 'Move household'|trans }}
|
{{ 'Move household'|trans }}
|
||||||
</a>
|
</a>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user