{% load i18n %}

{% if created_count == 0 %}
!

{{model}} {% trans " Import Warning" %}

No {{model}} were imported.

There were {{error_count}} errors during the import.

{% else %}

{{model}} {% trans " Import Successful" %}

{% if path_info %}

{{created_count}} {{model}} were successfully imported.

{{error_count}} rows have errors during the import.

{% else %} {{total_count}} {{model}} were successfully imported. {% endif %}
{% endif %}
{% if path_info %} {% trans "Download Error File" %} {% endif %}