{% extends "::base.html.twig" %} {% block title "Confirm Your Registration" %} {% block content_without_navbar %}
{% if organization.getCode == null %} {% set msg = ["The account for", organization.getName(), "has already been confirmed.", "\nIf this was unauthorized (done under false pretence), please inform the", main_title, "Team."]|join(' ') %} {{ include(alert_tpl, {'title': 'Account Already Confirmed!', 'msg': msg }, with_context = false) }} {% else %}
{{ wrap.form(form, 'Account Confirmation') }}
{% endif %}
{% endblock %}