{% extends "base.html" %} {% load static %} {% block page_head %}
Amount: ₹{{ expense.amount }}
Category: {{ expense.category }}
Type: {{ expense.expense_type }}
{% if expense.others %}Others: {{ expense.others }}
{% endif %}Date: {{ expense.date }}
Edit Expense Cancel