{% extends "base-apply.html" %} {% load i18n heroicons %} {% block title %}{% trans "Register" %}{% endblock %} {% block body_class %}bg-white{% endblock %} {% block content %}
{% heroicon_outline "document-check" aria_hidden="true" size=64 %}

Account created, check your email to activate!

{% if request.GET.name %} {% trans "Hi " %}{{ request.GET.name }}, {% endif %} {% trans "your account" %} {% if request.GET.email %} {% trans "with the email" %} {{ request.GET.email }} {% endif %} {% trans "has been successfully created! We have sent you an account activatation email." %}

{% blocktrans %}Check your "Spam" folder, if you don't find the email in your inbox.{% endblocktrans %}

{% endblock %}