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

{% trans "Complete the Sign Up" %}

{% trans "To complete the Sign Up please provide following details" %}:

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

{% endblock %}