{% extends "admin/base_site_nav.html" %} {% load i18n admin_list %} {% block extrahead %}{{block.super}} {% endblock %} {% block content_title %}
{% if title %}

{{ title }}

{% endif %}
{% endblock %} {% block content %}
{% if form.non_field_errors %}
{{ form.non_field_errors }}
{% endif %}
{% trans "Number of records per page" %}

{% comment %}Translators: Translation included with Django {% endcomment %}
{% comment %}Translators: Translation included with Django {% endcomment %} {% comment %}Translators: Translation included with Django {% endcomment %} {% comment %}Translators: Translation included with Django {% endcomment %}
{% endblock %}