{% extends 'base.html' %} {% comment %} SPDX-License-Identifier: GPL-3.0-or-later {% endcomment %} {% load i18n crispy_forms_tags %} {% block title %}{% trans "Sign up" %}{% endblock %} {% block content %}

{% trans "Sign up" %}

{% blocktrans trimmed %} If you already signed up, your registration is taken into account. The BDE must validate your account before your can log in. You have to go to the Kfet and pay the registration fee. You must also validate your email address by following the link you received. {% endblocktrans %}
{% csrf_token %} {{ form|crispy }} {{ profile_form|crispy }} {{ soge_form|crispy }}
{% endblock %}