{% extends 'base.html' %} {% load static %} {% block content %}
{% include 'admin_workspace/_admin_sidebar.html' %}

Financials

Verify payment proofs and transaction IDs.

{% for u in users %} {% empty %} {% endfor %}
Participant Date Transaction ID Proof
{{ u.first_name }} {{ u.last_name }}
{{ u.email }}
{{ u.payment.payment_date|default:"-" }} {{ u.payment.transaction_number|default:"-" }} {% if u.payment.screenshot %} View Proof {% else %} No Proof {% endif %}
No financial records found.
{% endblock %}