{% extends 'base.html' %} {% load static %} {% load crispy_forms_tags %} {% block title %}Payment Instructions - Graduate Women Zambia{% endblock %} {% block content %}

Payment Instructions

Membership Fee: K{{ membership_fee }}

Please complete your payment using one of the methods below and upload your proof of payment.

{% for method in payment_methods %}
{{ method.name }}
    {% for instruction in method.instructions %}
  • {{ instruction }}
  • {% endfor %}
{% endfor %}

Upload Payment Proof

After making your payment, please upload a screenshot or photo of your payment confirmation.

{% csrf_token %}
Accepted formats: PDF, JPG, PNG (Max: 5MB)

Having trouble with payment? Contact us at support@gwzambia.org

Return to Profile
{% endblock %}