{% extends "generic/generic_content.html" %} {% load crispy_forms_tags %} {% load i18n %} {% block title %} {% translate "Import" %} {% endblock title %} {% block col %}
{% translate "Import" %}
{% crispy form form.helper %}
{% endblock col %}