{% block extra_head %} {% endblock %}
{% endif %} {% for column in column_names %} | {{ column }} {% if sorting == column %} {% if sort_type == "asc" %}⯆{% else %}⯅{% endif %} {% endif %} | {% endfor %}
---|---|
{% endif %} {% for item in row["data"] %} | {{item}} | {% endfor %}