{% extends 'uauth/base.html' %} {% load i18n %} {% block content %}
{% csrf_token %} {{ form.as_p }}

{% trans "Expected file format" %}: CSV

Example:

"login", "first name", "last name", "expiration", "password"
"foo", "Foo", "User", "2015-12-31", "secret"
"bar", "User", "Bar", "2015-04-30", ""
"test", "", "", "", ""

{% endblock %}