{% extends "base.html" %} {% load i18n %} {% block content %}
{% trans "All fields are required." %}
{{ form.as_ul }}