{% load i18n %} {% csrf_token %}

{% trans "Choose wisely! Your username cannot be changed." %}

{% include 'snippets/form_errors.html' with errors_list=register_form.localname.errors id="desc_localname_register" %}
{% include 'snippets/form_errors.html' with errors_list=register_form.email.errors id="desc_email_register" %}
{% include 'snippets/form_errors.html' with errors_list=register_form.password.errors id="desc_password_register" %}