{%- set EXCEL_ACTIONS = module.excel_export_actions %}
{%- set EXCEL_SUPPORT_IMPORT = module.EXCEL_IMPORT_EXPORT and g.is_manager %}
{%- if EXCEL_ACTIONS or EXCEL_SUPPORT_IMPORT %}
{%- set BUTTON_CLASS = '' %}
Excel
{%- else %}
{%- set BUTTON_CLASS = ' btn btn-default' %}
{%- endif %}
{{ _("Export to Excel") }}
{%- if EXCEL_ACTIONS or EXCEL_SUPPORT_IMPORT %}