{% extends 'base.html.twig' %} {% block title %} Message - {{ parent() }} {% endblock %} {% block pageTitle %}Message{% endblock %} {% block body %} {% include 'form/toolbar.html.twig' with {'path_index' : 'admin_contact_index', 'path_new' : ''} %} {% for flash_message in app.session.flashbag.get('notice') %}