{% extends 'base.html' %} {% load crispy_forms_tags %} {% load humanize %} {% block page_title %}{{ academic_class.Class.name }} - Class Bills{% endblock page_title %} {% block content %}
Manage bill items for {{ academic_class.Class.name }} - {{ academic_class.academic_year }} ({{ academic_class.term }})
Total Bills: {{ class_bills|length }}
No bill items have been added for this class yet. Use the button above to add the first bill item.