{% extends "base.html" %} {% block title %}{{ _('Import Result') }}{% endblock %} {% block content %}

{{ _('Import Result') }}

{% if result.errors %}
{{ _('Errors') }}:
{% endif %} {{ _('Import another file') }}
{% endblock %}