{% extends ('base.html.twig') %} {% block title %} COSAP - Modules {% endblock %} {% block stylesheets %} {{ parent() }} {% endblock %} {% block body %} {{ parent() }}
{% if action == "add" or action == "edit" %}
{% if action == "add" %} Nouveaux {% elseif action == "edit" %} Modifier {% endif %} module

{{ include('Actions/Modules/action.html.twig') }}
{% endif %}
Recherche avancée

{% trans %}Liste des modules{% endtrans %} {{ Modules.getTotalItemCount }}
{% if app.user and is_granted('ROLE_AJOUTER_MODULE') %} {% trans %}nouvel enregistrement{% endtrans %} {% endif %}
{% if not Modules|length %} {% else %}
{% if app.user and is_granted('ROLE_MODIFIER_MODULES') %} {% endif %} {% for module in Modules %} {% if app.user and is_granted('ROLE_MODIFIER_MODULES') %} {% endif %} {% endfor %}
LabelActions
{{ module.label }} {% if app.user and is_granted('ROLE_MODIFIER_MODULES') %} {% endif %} {% if app.user and is_granted('ROLE_SUPPRIMER_MODULES') %} {% endif %}
{% endif %}
{% endblock %} {% block javascripts %} {{ parent() }} {% include('Actions/Modules/ajax/delete.html.twig') %} {% endblock %}