{% extends ('base.html.twig') %} {% block body %} {{ parent() }} {{ include('ParametrageConge/detailsSoldeConge/tabs/trace_personnel.html.twig') }}
Circonstance | Solde | {% if app.user and (is_granted('ROLE_CONFIG_SOLDE_CONGE') or is_granted('ROLE_AFFICHER_SOLDE_CONGE_DETAILLEE')) %}Actions | {% endif %}
---|---|---|
{{ solde.circonstance.label }} | {% if solde.solde is not null %} {{ solde.solde }} {{ solde.circonstance.valueUnitySolde }} {% endif %} | {% if app.user and (is_granted('ROLE_CONFIG_SOLDE_CONGE') or is_granted('ROLE_AFFICHER_SOLDE_CONGE_DETAILLEE')) %}{% if app.user and is_granted('ROLE_AFFICHER_SOLDE_CONGE_DETAILLEE') %} {{ solde.tracabilitySoldeCirconstances|length}} {% endif %} {% if app.user and is_granted('ROLE_CONFIG_SOLDE_CONGE') %} {% endif %} {% include('ParametrageConge/detailsSoldeConge/modals/tracability_solde_circonstance.html.twig') %} | {% endif %}