{# templates/superadmin/contacts/sa_contacts_list.html.twig #} {% extends 'superadmin_v2/superadmin.html.twig' %} {% block title %}Contacts - {{ parent() }}{% endblock %} {% block body %} {{ render(controller('App\\Controller\\Superadmin\\SaLayoutController::breadcrumb', {'rubriques_id':rubriques_id, 'action':filariane_action} )) }} {{ include('superadmin_v2/layout/sa_tab.html.twig') }}
ID | Nom | Email / Tél. / Ville | Message | Date d'envoi |
Actions |
---|---|---|---|---|---|
{{ row.id }} | {{ row.prenom }} {{ row.nom }} |
{{ row.email }} {{ row.tel }} {% if row.ville|length > 0 %} {{ row.ville }}{% endif %} |
{{ getNl2Br(row.message)|raw }} | {{ row.creationDate is not null ? row.creationDate|date('d-m-Y H:i') : '' }} |
{% if row.archived == '0' %}
{% if row.addedToDevis == '0' and 13 in roles %}
{% endif %}
{% if 14 in roles %}
{% endif %}
{% if 15 in roles %}
{% endif %}
{% endif %}
|