{% extends "base.html" %} {% block content %}
{% for item in income_list %} {% empty %} {% endfor %}
Date Description Client Amount Quarter
{{ item.date }} {{ item.description }} {{ item.client_name }} £{{ item.amount }} {{ item.quarter }} View
No income records found.
{% include "partials/_pagination.html" %}
{% endblock %}