{% extends "base.html" %} {# Copyright The IETF Trust 2015, All Rights Reserved #} {% load origin %} {% load static %} {% load bootstrap3 %} {% block title %}Complete account creation{% endblock %} {% block js %} {{ block.super }} {% endblock %} {% block content %} {% origin %} {% if success %}

Account creation successful

Your account with login {{ email }} has been created, using the password you have selected.

Sign in {% else %}

Complete account creation

In order to complete the setup of your account with login {{ email }}, please choose a password:

{% csrf_token %} {% bootstrap_form form %} {% buttons %} {% endbuttons %}
{% endif %} {% endblock %}