{% load datatable %}
{% include "base_paginator.html" %}
| {% if col.is_sortable %} {{ col.print_head }} {% if col.is_ordered_asc %} (a-z) {% endif %} {% if col.is_ordered_desc %} (z-a) {% endif %} {% else %} {{ col.print_head }} {% endif %} | {% endfor %}
|---|
| {% if col.is_href %} {% print_column col row controller %} {% else %} {% print_column col row controller %} {% endif %} | {% endfor %}