{% extends "registration-admin/base.html" %} {% load static %} {% block title %}GLCDI Admin - Review{% endblock %} {% block nav_participants %}{% endblock %} {% block content %}
← Back to participants
Represented by {{ participant.firstname }} {{ participant.lastname }} ({{ participant.email }})
{% if action == "approve" %} {% endif %}
{% if action == "approve" %}
{% csrf_token %}
{% else %}
{% csrf_token %}
{% endif %} Cancel
{% endblock %}