{# 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. #} {% extends 'SonataAdminBundle:CRUD:action.html.twig' %} {% block sonata_breadcrumb %} {% if not default %} {{ parent() }} {% endif %} {% endblock %} {% block title %} {{ 'title_render'|trans({'%name%': admin.toString(object)|truncate(15) }, 'SonataDashboardBundle') }} {% endblock %} {% block tab_menu_navbar_header %} {% endblock %} {% block sonata_page_content %} {% if default %}
{{ block('content') }}
{% else %} {{ parent() }} {% endif %} {% endblock %} {% block content %}
{% for code, container in containers %} {{ sonata_dashboard_render_container(container.name, object) }} {% endfor %}
{% endblock %}