{% extends "attendeereg/base.html" %} {% block content %}

Verify User-Registration Connection

{% if invalid %} Invalid Connection Identifier. {% else %} {% if connected %} Sorry, this registration has already been connected to a different user. {% else %} This registration is for:
{{ registration.name|escape }} {{ registration.email|escape }}
Is this your registration?
{% endif %} {% endif %} {% endblock %}