{# bs5ok #} {# Copyright The IETF Trust 2015, All Rights Reserved #} {% extends "base.html" %} {% load origin %} {% load django_bootstrap5 textfilters %} {% 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|linkify }} 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

Otherwise, please enter your email address in order to create your datatracker account.

{% csrf_token %} {% bootstrap_form form %} {% bootstrap_button button_type="submit" content="Create account" %}
{% endif %} {% endblock %}