{% load uni_form_tags %} {% load i18n %} {% load account_tags %}
{% csrf_token %}
{% if join_request_form.existing_users %}
  • {% trans "Someone with this email address has already joined:" %} {% for other_user in join_request_form.existing_users %} {% user_display other_user %}{% endfor %}
{% endif %} {{ join_request_form|as_uni_form }}
or cancel