{% extends "account/account_base.twig" %} {% set view_title = 'account.registration_title' %} {% set view_icon = 'user-plus' %} {% set view_description = 'account.registration_description' %} {% block view_content %} {% if not view.success %} {{ L("general.go_back") }} {% else %}

{{ L("account.form_title") }}

{% if site.captcha.enabled and site.captcha.provider == 'hcaptcha' %}
{% endif %}
{% endif %} {% endblock %}