{% extends 'partials/bbase.html' %} {% load static %} {% load humanize %} {% block content %}

Manual Payment

{% if messages %} {% for m in messages %} {% endfor %} {% endif %}
{% for h in manual %} {% endfor %}
# Handle Amount Status Receipt Action
{{ h.id }} {{ h.user.username }} ₦{{ h.amount|floatformat:2|intcomma }} {{ h.status }} Edit
{% endblock content %}