|
@@ -20,6 +20,9 @@ file that was distributed with this source code.
|
|
{% block side_menu %}{{ knp_menu_render(admin.sidemenu(action), {'currentClass' : 'active'}, 'list') }}{% endblock %}
|
|
{% block side_menu %}{{ knp_menu_render(admin.sidemenu(action), {'currentClass' : 'active'}, 'list') }}{% endblock %}
|
|
|
|
|
|
{% block list_table %}
|
|
{% block list_table %}
|
|
|
|
+
|
|
|
|
+ {{ sonata_block_render_event('sonata.admin.list.table.top', { 'admin': admin }) }}
|
|
|
|
+
|
|
{% block list_header %}{% endblock %}
|
|
{% block list_header %}{% endblock %}
|
|
|
|
|
|
{% set batchactions = admin.batchactions %}
|
|
{% set batchactions = admin.batchactions %}
|
|
@@ -148,6 +151,9 @@ file that was distributed with this source code.
|
|
{% endif %}
|
|
{% endif %}
|
|
|
|
|
|
{% block list_footer %}{% endblock %}
|
|
{% block list_footer %}{% endblock %}
|
|
|
|
+
|
|
|
|
+ {{ sonata_block_render_event('sonata.admin.list.table.bottom', { 'admin': admin }) }}
|
|
|
|
+
|
|
{% endblock %}
|
|
{% endblock %}
|
|
|
|
|
|
{% block list_filters %}
|
|
{% block list_filters %}
|