{% load partials %} {% if use_crispy %} {% load crispy_forms_tags %} {% endif %}
{% for header in headers %} {% endfor %} {% for object in object_list %} {% for field in object.fields %} {% endfor %} {% endfor %}
{{ header|capfirst }} Actions
{{ field }} {{ object.actions }}