{% extends "@ChillPerson/Person/layout.html.twig" %} {% set activeRouteKey = '' %} {% set title = 'Budget for %name%'|trans({ '%name%' : person.firstName ~ " " ~ person.lastName } ) %} {% block title title %} {% block js %} {{ encore_entry_script_tags('page_budget') }} {% endblock %} {% block css %} {{ encore_entry_link_tags('page_budget') }} {% endblock %} {% block content %}

{{ title }}

{% include 'ChillBudgetBundle:Budget:_budget.html.twig' with { 'resources': resources, 'charges': charges, 'person': person } %} {% if is_granted('CHILL_BUDGET_ELEMENT_CREATE', person) %} {% endif %} {% endblock %}