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

Reject Expense

You are about to reject the following expense:

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