{% extends "registration-admin/base.html" %} {% load static %} {% block title %}GLCDI Admin - Review{% endblock %} {% block nav_participants %}{% endblock %} {% block content %}
← Back to participants

{% if action == "approve" %}Approve application {% else %}Deny application{% endif %}

{% if action == "approve" %}You are about to approve the application from: {% else %}You are about to deny the application from:{% endif %}

{% if participant.organization_logo %} {% else %} {{ participant.organization|truncatechars:2 }} {% endif %}
{{ participant.organization }} {{ participant.firstname }} {{ participant.lastname }} {{ participant.email }}
{% if action == "approve" %} {% endif %}
Cancel {% if action == "approve" %}
{% csrf_token %}
{% else %}
{% csrf_token %}
{% endif %}
{% endblock %}