{% extends "accounts/base.html" %} {% load avatars djblets_deco i18n %} {% block title %}{% trans "Create Account" %}{% endblock %} {% block auth_content %}
{% 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 %}