{% block extra_head %} {% endblock %}
{{ rows_count }} rows
{% if readonly == False %} {% endif %} {% for column in column_names %} {% endfor %} {% for row in content %} {% if readonly == False %} {% endif %} {% for item in row["data"] %} {% endfor %} {% endfor %}
{{ column }} {% if sorting == column %} {% if sort_type == "asc" %} {% else %} {% endif %} {% endif %}
{{item}}
{% if readonly == False %}
{% endif %}