{% 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 %}
Your account with login {{ email }} has been created, using the password you have selected.
Sign in {% else %}In order to complete the setup of your account with login {{ email }}, please choose a password:
{% endif %} {% endblock %}