{% if element.person is not null %} {% set template = '@ChillPerson/Person/layout.html.twig' %} {% set indexPage = 'chill_budget_elements_index' %} {% set activeRouteKey = '' %} {% set person = element.person %} {% else %} {% set template = '@ChillPerson/Household/layout.html.twig' %} {% set indexPage = 'chill_budget_elements_household_index' %} {% set activeRouteKey = '' %} {% set household = element.household %} {% endif %} {% set title = 'Edit charge'|trans %} {% extends template %} {% block title title %} {% block content %}