{% extends "wcs/backoffice/base.html" %} {% load i18n %} {% block appbar-title %}{% trans "Import" %}{% endblock %} {% block content %} {% if error %}

{% trans "Error:" %} {{ error }}

{% else %}

{% trans "Imported successfully:" %}

{% endif %}

{% trans "Back" %}

{% endblock %}