{% extends '::base2.html.twig' %} {% block title %} Messagerie{% endblock %} {% block stylesheets %}{{ parent() }}{% endblock %} {% block body %}
{% include 'client_representant/header.html.twig' %}
{% include 'client_representant/menu.html.twig' %}

BROWSE

  • Inbox 10
  • Sent
  • Spam 1
  • Starred 2
{% include 'commun/footer.html.twig' %}
{% block javascripts %} {{ parent() }} {% endblock %} {% endblock %}