{% load partials %} {% if use_crispy %} {% load crispy_forms_tags %} {% endif %}
{% endif %} {% for header, field_name, is_sortable in headers %} | {{ header }} {% if is_sortable %} {% if current_sort == field_name %} {% elif current_sort == '-'|add:field_name %} {% endif %} {% endif %} | {% endfor %}Actions |
---|---|---|
{% endif %} {% for field in object.fields %} | {{ field }} | {% endfor %}{{ object.actions }} |