{% extends 'base.html' %} {% load humanize %} {% block title %}Approve Expense - HAVEN GRAZURI ADVANCE{% endblock %} {% block content %}
Back to Expense

Approve Expense

You are about to approve the following expense:

Title: {{ expense.title }}
Amount: KES {{ expense.amount|floatformat:2|intcomma }}
Category: {{ expense.get_category_display }}
Requested By: {{ expense.staff.get_full_name }}
Branch: {{ expense.branch.name }}
{% csrf_token %}
Cancel
{% endblock %}