{% extends 'bundles/SonataAdminBundle/standard_layout.html.twig' %} {% block stylesheets %} {{ parent() }} {% endblock %} {# Define the variable out of the block to prevent error if someone is overriding the list_table and not the list_footer #} {% block list_table %}
{# Add a margin if no pager to prevent dropdown cropping on window #}
{% block list_header %}{% endblock %} {% block table %} {% block table_header %}{% endblock %} {% block table_body %} {% if is_granted('ROLE_ADMIN') %}
{% endif %}
{% if is_granted('ROLE_ADMIN') %}
{% endif %} {% endblock %} {% block table_footer %}{% endblock %} {% endblock %}
{% endblock %} {% block javascripts %} {{ parent() }} {% endblock %}