{% extends '@AdminLTE/layout/cfgodd-layout.html.twig' %} {% block page_title %}{% trans %}year.title{% endtrans %}{% endblock %} {% block page_content %} {% if is_granted('ROLE_ADMIN') %}
{% endif %} {% embed '@AdminLTE/Widgets/box-widget.html.twig' %} {% block box_body %}| Année | Moyenne | Début Ministère | Fin PF Ministère | Fin DPAF | Début Commune | Fin PF Commune | Fin SE | {% if is_granted('ROLE_ADMIN') %}{% endif %} {% for year in years %} |
|---|---|---|---|---|---|---|---|---|
| {{ year.name }} | {{ year.moyenne }} | {{ year.debut |date('d/m/Y') }} | {{ year.finfocal |date('d/m/Y') }} | {{ year.findpp |date('d/m/Y') }} | {{ year.debut2 |date('d/m/Y') }} | {{ year.finfocal2 |date('d/m/Y') }} | {{ year.findpp2 |date('d/m/Y') }} | {% if is_granted('ROLE_ADMIN') %}
{% trans %}basics.update{% endtrans %}
{% if is_granted('ROLE_ADMIN') %}
|
{% endif %}