{% extends "admin/base_site.html" %} {% load i18n static %} {% block extrastyle %} {{ block.super }} {{ media.css }} {% endblock %} {% block extrahead %} {{ block.super }} {{ media.js }} {% endblock %} {% block bodyclass %}{{ block.super }} app-{{ app_label }} change-list{% endblock %} {% if not is_popup %} {% block breadcrumbs %} {% endblock %} {% endif %} {% block content %}
{% csrf_token %}
{% for header in headers %} {% endfor %} {% for row in rows %} {% for item in row %} {% endfor %} {% endfor %}
{{ header|capfirst }}
{{ item }}
{% endblock %}