{# 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 '@SonataMedia/MediaAdmin/list.html.twig' %} {% block sonata_header %}{% endblock %} {% block sonata_left_side %}{% endblock %} {% block sonata_nav %}{% endblock %} {% block sonata_breadcrumb %}{% endblock %} {% block sonata_wrapper %} {% block sonata_page_content %} {{ parent() }} {% endblock %} {% endblock %} {% block stylesheets %} {{ parent() }} {% endblock %} {% block javascripts %} {{ parent() }} {% endblock %}