{% extends "admin/base_site.html" %} {% load i18n admin_urls static admin_list dsgovbr_admin_list %} {% block title %} {% if cl.formset and cl.formset.errors %}{% translate "Error:" %}{% endif %} {{ block.super }} {% endblock title %} {% block extrastyle %} {{ block.super }} {% if cl.formset or action_form %} {% endif %} {{ media.css }} {% if not actions_on_top and not actions_on_bottom %} {% endif %} {% if media %}{{ media }}{% endif %} {% endblock extrastyle %} {% block extrahead %} {{ block.super }} {{ media.js }} {% endblock extrahead %} {% block bodyclass %}{{ block.super }} app-{{ opts.app_label }} model-{{ opts.model_name }} change-list{% endblock bodyclass %} {% block coltype %}{% endblock coltype %} {% block content %}
{% block date_hierarchy %} {% if cl.date_hierarchy %}{% date_hierarchy cl %}{% endif %} {% endblock date_hierarchy %}
{% if cl.formset and cl.formset.errors %}

{% blocktranslate count counter=cl.formset.total_error_count %}Please correct the error below.{% plural %}Please correct the errors below.{% endblocktranslate %}

{{ cl.formset.non_form_errors }} {% endif %}
{% comment %} {% csrf_token %} {% endcomment %} {% block result_content %} {% if action_form and actions_on_top and cl.show_admin_actions %} {% admin_actions %} {% endif %}
{% include "admin/change_list_header.html" %} {% dsgovbr_result_list cl %} {% include "admin/change_list_footer.html" %}
{% endblock result_content %}
{% endblock content %}