{% extends 'xauth/base.html' %} {% load i18n %} {% block xauth_content %}

{% trans "Sign Up" %}

{% csrf_token %} {{ form.as_p }}

{% endblock %}