{% extends "layouts/dashboard.html" %} {% load i18n %} {% block breadcrumbs %} {% endblock %} {% block content %}
{% blocktranslate %}Upload a CSV to create multiple accounts at once. Each new user receives an activation email so they can set their own password.{% endblocktranslate %}
{% translate "Couldn't read the CSV." %}
{{ report.total }}
{{ report.created|length }}
{{ report.skipped|length }}
| {% translate "Line" %} | {% translate "Email" %} | {% translate "Reason" %} |
|---|---|---|
| {{ s.line }} | {{ s.email|default:"—" }} | {{ s.reason }} |