{% extends 'admin/adminBase.html.twig' %} {% block title %}ADMINISTRATION - Liste des configurations de contacts{% endblock %} {% block titre_page %}Liste des configurations de contacts{% endblock %} {% block sous_titre_page %}Retrouvez ici la liste des configurations de contacts{% endblock %} {% block titre_icone %} {{ getMenuIcon('ADMIN_CONTACT_CONFIGURATION') }}{% endblock %} {% block droit_ajout %} {% if autorise('CONTACT_CONFIGURATION_CREATE') %} {% endif %} {% endblock %} {% block body %} {% for contact_configuration in contact_configurations %} {% else %} {% endfor %}
Id Code Nom Valeur Actions
{{ contact_configuration.id }} {{ contact_configuration.code }} {{ contact_configuration.nom }} {{ contact_configuration.valeur }} {% if autorise('CONTACT_CONFIGURATION_UPDATE') %} {% endif %} {% if autorise('CONTACT_CONFIGURATION_DELETE') %} {{ include('admin/contact_configuration/_delete_form.html.twig') }} {% endif %}
Aucun enregistrement trouvé
{% endblock %}