{# common/validation-statuses.html.twig #} {% if show_select %} {% if entity_state == 0 %} Demandée {% else %} Demandée {% endif %} {% if show_n1 %} {% if entity_state == 2 %} Acceptée (En attente de validation hiérarchique) {% else %} Acceptée (En attente de validation hiérarchique) {% endif %} {% if entity_state == -2 %} Refusée (En attente de validation hiérarchique) {% else %} Refusée (En attente de validation hiérarchique) {% endif %} {% endif %} {% if show_n2 %} {% if entity_state == 1 %} Acceptée {% else %} Acceptée {% endif %} {% if entity_state == -1 %} Refusée {% else %} Refusée {% endif %} {% endif %} {% else %} {{ entity_state_desc }} {% endif %}