{% extends "TdbBaseBundle::layout.html.twig" %} {% form_theme newTransactionForm 'TdbBaseBundle:Form:fields.html.twig' %} {% from "TdbBaseBundle::macros.html.twig" import userWidget %} {% block title %}Tresorerie{% endblock %} {% block body %}

Année: {{ accountingYear.startDate | date('d/m/Y') }} - {% if accountingYear.endDate %} {{ accountingYear.endDate | date('d/m/Y') }} {% else %} ... {% endif %}

Trésorier :

{{ userWidget(accountingYear.accountant, 70) }}

{% if is_granted('edit', accountingYear) %} {% endif %}
{% for account in accounts %} {% include 'TVn7TresorerieBundle:Accounting:account.html.twig' with {'account': account, 'accountingYear': accountingYear} %} {% endfor %} {% javascripts '@TVn7TresorerieBundle/Resources/public/js/transaction.js' filter="?closure" output='js/js_tdb_tresorerie.js' %} {% endjavascripts %} {% endblock %}