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

{% trans "Select your institution" %}


Excellent! You are a step away from joining the service. Select your institution from the dropdown list.
{% csrf_token %} {% if form.non_field_errors %}

{{ form.non_field_errors}}

{% endif %}
{{form.user}}
{{ form.peer }} {% if form.peer.errors %} {{ form.peer.errors|join:", " }} {% endif %} {{form.peer.help_text }}
{% endblock %}