{% extends 'base.html' %} {% load static %} {% block title %}Term {{ term }} Financial Report{% endblock %} {% block content %}

Term {{ term }} Financial Report

{{ year }}/{{ year|add:1 }} Academic Year • {{ start_date }} to {{ end_date }}

Back
Total Invoiced
{{ total_invoiced|floatformat:0 }} XAF
Collected
{{ total_collected|floatformat:0 }} XAF
Outstanding
{{ outstanding|floatformat:0 }} XAF
{% if total_invoiced > 0 %}
{% widthratio total_collected total_invoiced 100 %}% Collected
{% endif %}

{{ total_collected|floatformat:0 }} XAF collected out of {{ total_invoiced|floatformat:0 }} XAF invoiced

{% endblock %}