{% extends 'base.html' %} {% block title %}Payment - Politory{% endblock %} {% block content %}
{% if messages %} {% for message in messages %} {% endfor %} {% endif %}
Record Purchase Payment
Active Session
Selected Purchase
Total: 0   |   Paid: 0
Remaining: 0
{% csrf_token %}
Amount cannot exceed remaining amount.
{% endblock %}