{% extends "django_cradmin/base.django.html" %} {% load i18n %} {% block title %}{{ pagetitle }}{% endblock title %} {% block content %} {% block pageheader %} {% endblock pageheader %}
{% if multiselect_actions %} {% comment %} NOTE: Used by the views handling the multiselect to distinguish between POST requests from this view, and within that view. {% endcomment %} {% endif %} {% csrf_token %} {% if multiselect_actions %} {% endif %} {% for column in columns %} {% endfor %} {% for row in table %} {% if multiselect_actions %} {% endif %} {% for cell in row.cells %} {% endfor %} {% endfor %}
{{ column.get_header }}
{{ cell }}
{% if multiselect_actions %}
{% endif %}
{% endblock content %}