{% extends "accounts/base.html" %} {% load avatars djblets_deco i18n %} {% block title %}{% trans "Create Account" %}{% endblock %} {% block auth_content %}

{% trans "Create Review Board account" %}

{% blocktrans %} Create a new account on {{PRODUCT_NAME}}. If you already have a username and password, log in with the link below. If you have an account but cannot log in, stop and contact your administrator for assistance. {% endblocktrans %}

{% if form.errors %} {% errorbox %}{{form.non_field_errors}}{% enderrorbox %} {% endif %}
{% block hidden_fields %} {{form.provision}} {% csrf_token %} {% endblock %}

{% trans "Already have an account?" %}

{% trans "Log in to connect" %}

{% endblock auth_content %}