{% extends "admin/base.html" %} {% block title %} Register Payment Amount {% endblock %} {% block content %}
{% csrf_token %} {% for obj in queryset %} {% endfor %} {% endblock %}
Amount to Register: {{ form }} Amount on Invoice: {{ obj.lastCalculatedPrice }}