{% extends '@AdminLTE/layout/suiodd-layout.html.twig' %} {% block page_title %}{% trans %}output.indice.title{% endtrans %}{% endblock %} {% block page_content %} {% embed '@AdminLTE/Widgets/box-widget.html.twig' %} {% block box_body %} {{ form_start(form) }}
{{ form_widget(form.goal) }}
{{ form_widget(form.target) }}
{{ form_widget(form.desagregation) }}
{{ form_widget(form.modalite) }}
{{ form_end(form) }} {% endblock %} {% endembed %} {% if datas['rows'] %}
{% embed '@AdminLTE/Widgets/infobox-widget.html.twig' with { 'color' : datas['header']['statut'], 'icon' : 'fas fa-map-signs', }%} {% block box_text %} {{datas['title']}} {% endblock %} {% block box_number %} {% if datas['header']['indice']!='-' %} {% if is_granted('ROLE_MANAGER') %} Géométrique : {{ datas['header']['indiceG']|number_format(2, ',', ' ') }} | Arithmétique : {{ datas['header']['indiceA']|number_format(2, ',', ' ') }} {% else %} {{ datas['header']['indice']|number_format(2, ',', ' ') }} {% endif %} {% else %} - {% endif %} {#{ datas['header']['indice']|number_format(2, ',', ' ') }#} {% endblock %} {% block progress_description %}{% endblock %} {% endembed %}
{% embed '@AdminLTE/Widgets/infobox-widget.html.twig' with { 'color' : datas['header']['statut'], 'icon' : 'fas fa-chart-line', }%} {% block box_text %}Tendance globale{% endblock %} {% block box_number %} {% if datas['header']['trend']!='-' %} {% else %} {{ datas['header']['trend'] }} {% endif %} {#{ datas['header']['trend'] }#} {% endblock %} {% block progress_description %}{% endblock %} {% endembed %}
{% embed '@AdminLTE/Widgets/box-widget.html.twig' %} {% block box_body %} {% if showValue %} {% endif %} {% if showValue %} {% endif %} {% if (is_granted('ROLE_MANAGER') and (not showValue)) %} {% else %} {% endif %} {% for row in datas['rows'] %} {% if showValue %} {% endif %} {% if (is_granted('ROLE_MANAGER') and (not showValue)) %} {% else %} {% endif %} {% endfor %}
Code NameValeurs de l’indicateurIndice Statut Trend
Réf. Réc. Min. CibleRéf. Réc. Géométrique Réc. ArithmétiqueRéf. Réc.
{{ row['code'] }} {{ row['name'] }}{{ row['refValue'] }}
({{ row['refYear'] }})
{{ row['recValue'] }}
({{ row['recYear'] }})
{{ row['minValue'] }} {{ row['maxValue'] }}{{ row['refIndice'] }} {{ row['recIndiceG'] }} {{ row['recIndiceA'] }}{{ row['refIndice'] }} {{ row['recIndice'] }} {% if row['statut']!='-' %} {% else %} {{ row['statut'] }} {% endif %} {% if row['trend']!='-' %} {% else %} {{ row['trend'] }} {% endif %}
{% endblock %} {% block box_footer %}
{% endblock %} {% endembed %} {% endif %} {% if is_granted('ROLE_MANAGER') %} {% if datas['rows'] %}
{% embed '@AdminLTE/Widgets/infobox-widget.html.twig' with { 'color' : datas['header']['statut'], 'icon' : 'fas fa-map-signs', }%} {% block box_text %} {{datas['title']}} {% endblock %} {% block box_number %} {% if datas['header']['indice']!='-' %} {{ datas['header']['indice']|number_format(2, ',', ' ') }} {% else %} - {% endif %} {#{ datas['header']['indice']|number_format(2, ',', ' ') }#} {% endblock %} {% block progress_description %}{% endblock %} {% endembed %}
{% embed '@AdminLTE/Widgets/infobox-widget.html.twig' with { 'color' : datas['header']['statut'], 'icon' : 'fas fa-chart-line', }%} {% block box_text %}Tendance globale{% endblock %} {% block box_number %} {% if datas['header']['trend']!='-' %} {% else %} {{ datas['header']['trend'] }} {% endif %} {#{ datas['header']['trend'] }#} {% endblock %} {% block progress_description %}{% endblock %} {% endembed %}
{% embed '@AdminLTE/Widgets/box-widget.html.twig' %} {% block box_body %} {% if showValue %} {% endif %} {% if showValue %} {% endif %} {% for row in datas['rows'] %} {% if showValue %} {% endif %} {% endfor %}
Code NameValeurs de l’indicateurIndice Statut Trend
Réf. Réc. Min. CibleRéf. Réc.
{{ row['code'] }} {{ row['name'] }}{{ row['refValue'] }}
({{ row['refYear'] }})
{{ row['recValue'] }}
({{ row['recYear'] }})
{{ row['minValue'] }} {{ row['maxValue'] }}{{ row['refIndice'] }} {{ row['recIndice'] }} {% if row['statut']!='-' %} {% else %} {{ row['statut'] }} {% endif %} {% if row['trend']!='-' %} {% else %} {{ row['trend'] }} {% endif %}
{% endblock %} {% block box_footer %}
{% endblock %} {% endembed %} {% endif %} {% endif %} {% endblock %} {% block javascripts %} {% endblock %} {% block stylesheets %} {% endblock %}