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

{{ _("Resend Activation Link") }}

{{ _("Enter the email address that you provided when registering.") }}

{{ msg() }}
{{ csrf_token()|raw }}
{% if SETTINGS.recaptcha_version == 2 %}
{% endif %} {% if SETTINGS.recaptcha_version == 3 %} {% endif %}

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