{# 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/edit.html.twig' %} {% block actions %} {% endblock %} {% block side_menu %} {% endblock %} {% block formactions %} {% endblock %} {% block preview %}
{% for name, view_group in admin.showgroups %} {% if name %} {% endif %} {% for show_field_name in view_group.fields %} {% if admin.show[show_field_name] is defined %} {{ admin.show[show_field_name]|render_view_element(object) }} {% endif %} {% endfor %}
{{ name|trans({}, admin.translationdomain) }}
{% endfor %}
{% endblock %} {% block form %}
{{ parent() }}
{% endblock %}