|
@@ -73,7 +73,7 @@ file that was distributed with this source code.
|
|
<tr>
|
|
<tr>
|
|
<th colspan="{{ admin.list.elements|length - 1 }}">
|
|
<th colspan="{{ admin.list.elements|length - 1 }}">
|
|
{{ admin.datagrid.pager.page }} / {{ admin.datagrid.pager.lastpage }}
|
|
{{ admin.datagrid.pager.page }} / {{ admin.datagrid.pager.lastpage }}
|
|
- {% if admin.isGranted("EXPORT") %}
|
|
|
|
|
|
+ {% if admin.isGranted("EXPORT") and admin.getExportFormats()|length %}
|
|
-
|
|
-
|
|
{{ "label_export_download"|trans({}, "SonataAdminBundle") }}
|
|
{{ "label_export_download"|trans({}, "SonataAdminBundle") }}
|
|
{% for format in admin.getExportFormats() %}
|
|
{% for format in admin.getExportFormats() %}
|