{% extends "admin_base.html" %} {% block title %}Payment Proof | Nexora Admin{% endblock %} {% block content %}

Payment Proof

NX-{{ '%04d' % row.id }} — {{ row.full_name }}

{{ row.game_title }} · {{ row.entry_type | title }} · {{ row.created_at | pretty_dt }}

{% if row.proof_image %} Payment proof for {{ row.full_name }} {% else %}
No payment screenshot attached.
{% endif %}
{% endblock %}