{# 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 'SonataBlockBundle:Block:block_base.html.twig' %} {% block block %} {% if settings.format %} {% if settings.title %}

{{ settings.title }}

{% endif %} {% sonata_template_box 'sonata_template_box_media_gallery_block' 'SonataMediaBundle' %} {% endif %} {% endblock %} {% block element_indicator %}
  • {% endblock element_indicator %} {% block element_display %}
    {% media element.media, settings.format %}
    {% endblock element_display %}