{% extends "template_admin.html" %} {% block head %} {% endblock %} {% block content %} {% if (errors | length) > 0 %}
Errors were found
{% else %}

{{ tableName }}

{% include "table_ajax.html" %}
Export as CSV
{% endif %} {% endblock %}