{# 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 base_template %} {% block actions %}
{% endblock %} {% block side_menu %}{{ knp_menu_render(admin.sidemenu(action), {}, 'list') }}{% endblock %} {% block show %}
{% for name, view_group in admin.showgroups %} {% if name %} {% endif %} {% for field_name in view_group.fields %} {% if admin.show[field_name] is defined %} {{ admin.show[field_name]|render_view_element(object) }} {% endif %} {% endfor %}
{{ admin.trans(name) }}
{% endfor %}
{% endblock %}