Payment schedule

(click to close)
{% for payment in subsidy.payments.all %} {% empty %} {% endfor %}
Reference Amount Date scheduled Invoice Proof of payment Actions
{{ payment.reference }} {{ payment.amount }} {{ payment.date_scheduled }} {% if payment.invoice %} {% include "bi/check-square-fill.html" %} {% include "bi/file-earmark-arrow-down.html" %} {% else %} {% include "bi/x-square-fill.html" %} {% endif %} {% if payment.proof_of_payment %} {% include "bi/check-square-fill.html" %} {% include "bi/file-earmark-arrow-down.html" %} {% else %} {% include "bi/x-square-fill.html" %} {% endif %} {% include "bi/pencil-square.html" %} {% include "bi/trash-fill.html" %}
No payment has been scheduled