{% extends "base.html" %} {# Copyright The IETF Trust 2015, All Rights Reserved #} {% load origin %} {% load bootstrap3 %} {% block title %}Account creation{% endblock %} {% block content %} {% origin %} {% if to_email %}

Account request received.

Your account creation request has been successfully received.

We have sent an email to {{ to_email }} with instructions on how to complete the process.

{% else %}

Account creation

If you already have an account and want to use a new email address, please go to your account profile page and

Add a new email address

 

If you already have an account but forgot your password, please simply

Reset your password


Please enter your email address in order to create your datatracker account.

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