{% extends '@AdminLTE/layout/mesodd-layout.html.twig' %} {% block page_title %}{% trans %}output.direction.title{% endtrans %}{% endblock %} {% block page_content %} {% embed '@AdminLTE/Widgets/box-widget.html.twig' %} {% block box_body %} {{ form_start(form) }} {{ form_widget(form) }} {{ form_end(form) }} {% endblock %} {% endembed %} {% if datas['rows'] %}
| Direction | Ministère | # Act. | Sensibilité | Appréciation | Montant | {% for row in datas['rows'] %}
|---|---|---|---|---|---|
| {{ row['name'] }} ({{ row['code'] }}) | {{ row['ministry'] }} | {{ row['nbActivity'] }} |
|
{{ row['appreciation'] }} | {{ row['amount']|number_format(0, ',', ' ') }} |