{% trans "result"|capfirst %}
{% trans "errors" %}
{% if import.errors %} {% for error in import.errors %} {{error.0}} {{error.1}} {% endfor %} {% else %}{% trans "There were no errors" %}
{% trans "number of imports"|capfirst %}
{{import.count}}
{% if dry_run %}{% trans "this was a dry run" %}
{% endif %} {% endif %} {% endif %}