{# @var ea \EasyCorp\Bundle\EasyAdminBundle\Context\AdminContext #} {% extends ea.templatePath('layout') %} {% trans_default_domain ea.i18n.translationDomain %} {% block body_class 'page-content' %} {# deprecated 'The "page_title" block is deprecated, use "content_title" instead.' #} {% block page_title %} {% endblock %} {# deprecated 'The "page_content" block is deprecated, use "main" instead.' #} {% block page_content %} {% endblock %} {% block content_title %}{{ block('page_title') }}{% endblock %} {% block main %}
{# COMMENT WIDGET #}

Avis client (5 derniers)

{% if stats.lastComments %} {% for key, comment in stats.lastComments %} {% endfor %} {% else %} Aucun avi {% endif %}
Nom/Prénom Commentaire Date
{{comment.firstName}} {{comment.lastName}} {{comment.createdAt|date('d/m/Y')}}
{# END COMMENT WIDGET #}
{# CONTACT WIDGET #}

Emails (5 derniers)

{% if stats.lastComments %} {% for key, contact in stats.lastContacts %} {% endfor %} {% else %} Aucun email {% endif %}
Nom/Prénom objet Contenu Date
{{contact.firstName}} {{contact.lastName}} {{contact.subject}} {{contact.createdAt|date('d/m/Y')}}
{# END CONTACT WIDGET #}
{% endblock %}