{% extends base_template %} {% block content %}
{%- 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 {%- endif %} {%- if EXCEL_SUPPORT_IMPORT %} {%- endif %}
{%- if module.export_xml %} {% endif %} {%- if module.mail_to_contacts %} {%- endif %}

{{ rendered_table }}
{% endblock %}