{% extends 'base.html' %} {% load static %} {% block title %}Record New Payment{% endblock %} {% block content %}

+ Record New Payment

{% csrf_token %}
Outstanding amount: --
Leave blank to use current time
Cancel
{% endblock %}