{% extends "admin/base_site.html" %}{% load i18n admin_static %} {% block extrastyle %}{{ block.super }}{% endblock %} {% block content %}

{% trans "Confirm export" %}

{% trans "The following object types will be exported" %}
    {% for model in models %}
  • {{ model }}
  • {% endfor %}
{% endblock %}