{% if can_export_to_excel %}
Excel
{% endif %}
{% for column_title in datatable.get_column_titles %}
{{column_title}}
{% endfor %}