{% extends 'email_base.html' %} {% load account i18n %} {% load nc_base %} {% block title %} {% trans "Import success" %} {% endblock %} {% block content %}

{% trans "Import success" %}

{% blocktrans %} You have successfully imported the {% endblocktrans %} {{ imported_elements_count }} {% trans "items" %} to {{ current_site }}

{% nc_chat_name %}

{% trans "We wish you successful deals!" %}

{% endblock %}