{# This file is part of the Sonata package. (c) Thomas Rabaix For the full copyright and license information, please view the LICENSE file that was distributed with this source code. #} {% block sonata_page_breadcrumb %} {% if breadcrumb_context is not defined %} {% set breadcrumb_context = 'user_index' %} {% endif %}
{{ sonata_block_render_event('breadcrumb', { 'context': breadcrumb_context, 'current_uri': app.request.requestUri }) }}
{% endblock %}

{% block sonata_profile_title %}{% trans from 'SonataUserBundle' %}sonata_profile_title{% endtrans %}{% endblock %}

{% block sonata_profile_menu %} {{ sonata_block_render({'type': 'sonata.user.block.menu'}, {'current_uri': app.request.requestUri}) }} {% endblock %}
{% include 'SonataCoreBundle:FlashMessage:render.html.twig' %} {% block sonata_profile_content '' %}