{% extends "@ChillPerson/Person/layout.html.twig" %} {% set activeRouteKey = 'chill_person_view' %} {% block title 'household.Household history for person'|trans %} {% macro bloc_content(p) %}
{{ h.address }}
{% endfor %}{{ p.position.label|localize_translatable_string }} {% if p.holder %} {{ 'household.holder'|trans }} {% endif %}
{{ 'household.Any simultaneous members'|trans }}
{% else %} {% for m in simultaneous -%} {% include '@ChillMain/OnTheFly/_insert_vue_onthefly.html.twig' with { action: 'show', displayBadge: true, targetEntity: { name: 'person', id: m.person.id }, buttonText: m.person|chill_entity_render_string, isDead: m.person.deathdate is not null } %} {%- endfor -%} {% endif %}{{ 'household.Never in any household'|trans }}
{% else %}