{% trans 'There were errors while importing the data. The process was aborted. Nothing was written to the database.' %}
{% for key, errors in errors.items %} {{ key }} {{ errors }} {% endfor %}{% extends "admin/base_site.html" %} {% load i18n admin_urls %} {% block breadcrumbs %}
{% endblock %} {% block content %}{% trans 'There were errors while importing the data. The process was aborted. Nothing was written to the database.' %}
{% for key, errors in errors.items %} {{ key }} {{ errors }} {% endfor %}