{% extends "base.html" %} {% load i18n profile %} {% block header %} {% trans "Error while doing import" %} {% endblock %} {% block content %}

{% trans "Error while doing import" %}

{% trans "This is a first version of error message. Not much to see here." %}

{% endblock %}