{% include "site/header.html" %} {% include "site/view_header.html" with errors=errors %} {% load i18n %}
{% include "site/beta_banner.html" %} {% include "site/oauth-login.html" with OAUTH_ENABLED=OAUTH_ENABLED %}

{% trans "Create account" %}

{% blocktrans trimmed %}For speedy validation, it is required that you use a work e-mail address. If you plan to register your ASN with PeeringDB, it is recommended that you use an email-address that exists in your ASN's public contact details.{% endblocktrans %}
{% trans "Loading anti-spam challenge" %} ...
{% for field in register_form.visible_fields %} {% if field.name == "captcha_generator" %} {{ field }} {% endif %} {% endfor %}
{% trans "Create" %}
{% include "site/footer.html" %}