{# 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 '@SonataAdmin/CRUD/action.html.twig' %} {% block body_attributes %}class="sonata-bc skin-black fixed dashboard-composer-dashboard sonata-ba-no-side-menu"{% endblock %} {% block title %} {{ "title_compose"|trans({'%name%': admin.toString(object)|truncate(15) }, 'SonataDashboardBundle') }} {% endblock %} {% block navbar_title %} {{ block('title') }} {% endblock %} {% block content %}
{{ 'loading'|trans({}, 'SonataDashboardBundle') }}
{% for container in containers %} {% if container.block is defined and container.block %} {% include '@SonataDashboard/BlockAdmin/block_container.html.twig' with {'object': container.block } %} {% endif %} {% endfor %}
{% endblock %}