{% extends "base.html" %} {% load i18n %} {% load static %} {% load crispy_forms_tags %} {% block title %}{% trans "Import CSV" %}{% endblock %} {% block list_of_items %}
{% trans "Select a CSV UTF-8 file with the following fields separated by commas" %}: {% trans "Email, Name (Optional), Organisation (Optional)" %}