{% extends "base.auth.html" %} {% block container %}
{% include "logo.html" %}

{{ _("Create an account to joing with the community") }}

{{ msg() }}
{{ csrf_token()|raw }}
{% if SETTINGS.register_dob %}
{% endif %} {% if SETTINGS.register_sex %}
{% endif %} {% if SETTINGS.register_country %}
{% endif %}
{% if SETTINGS.recaptcha_version == 2 %}
{% endif %} {% if SETTINGS.recaptcha_version == 3 %} {% endif %} {% if SETTINGS.enable_privacy %}
{% else %} {% endif %}

{% if SETTINGS.register_page_image %}
{% else %}
{% endif %}
{% endblock %}