{% extends "backend/base.html" %} {% load i18n %} {% load form_field %} {% load avatar %} {% block content %} {% partialdef content inline %}

{% translate "Members" %}

{% blocktranslate %} Data should be formatted as a .csv file with the following information in the different columns: {% endblocktranslate %}
{% if form.errors %}
{% translate "Error" %}
{% translate "Please correct the errors below before saving again." %}
{% endif %}
{% csrf_token %}
{% form_field form.csv_file %}
{% endpartialdef content %} {% endblock content %}