{% extends "base.html" %} {% load i18n %} {% block topmenu %} {% endblock %} {% block content %}

Select you institution


Excellent! You are a click away from getting into your institution eduroam management. Select your institution to proceed. Our administrators will activate your account and notify you via e-mail.
{% csrf_token %} {% if form.non_field_errors %}

{{ form.non_field_errors}}

{% endif %}
{{form.user}}
{% if nomail %}
{{ form.email }} {% if form.email.errors %} {{ form.email.errors|join:", " }} {% endif %} {{ form.institution.help_text }}
{% else %}
{{form.email}}
{% endif %}
{{ form.institution }} {% if form.institution.errors %} {{ form.institution.errors|join:", " }} {% endif %} {{ form.institution.help_text }}
{% endblock %} {% block subcontent %} {% endblock %}