{% load i18n staticfiles %} {% trans "Sign up" %}
{% csrf_token %}

{% trans "Sign up" %}

{% if form.errors %}
{% trans "Check the red fields." %}
{% endif %} {% for field in form %} {{ field }} {% endfor %}
{% trans "Do you have an account?" %} {% trans "Sign in here" %}