{% extends 'Backend/_layout.html.twig' %} {% block page_title %}

{{ 'received_messages' |trans({}, 'bo_receivedmessages') }} {{ 'from_contact_form' |trans({}, 'bo_receivedmessages') }}

{% endblock %} {% block stylesheet %} {% endblock %} {% block content %}
{% for entity in entities %} {% endfor %}
Id {{ 'email' |trans({}, 'bo_receivedmessages') }} {{ 'object' |trans({}, 'bo_receivedmessages') }} {{ 'sending_date' |trans({}, 'bo_receivedmessages') }} Actions
{{ entity.id }} {{ entity.email }} {{ entity.subject }} {#{ entity.createdAt | date('d/m/Y \\à H\\hi') }#} {{ 'show_lowercase' |trans({}, 'bo_receivedmessages') }}
{% endblock %} {% block javascript %} {% endblock %}