{% extends 'base.html' %} {% block content %}



add one time transaction
edit all planned expenses
FILTERED DATES
Data From: {{dataFrom}}
Data Bis: {{dataBis}}

EXPENSES SUMMARY
Expenses: {{tot_val_of_expenses}}
#Expenses: {{tot_no_of_expenses}}
Monthly: {{tot_val_of_monthly_expenses}}
#Monthly: {{tot_no_of_monthly_expenses}}
Irregular: {{tot_val_of_irregular_expenses}}
#Irregular: {{tot_no_of_irregular_expenses}}

{% for col in expensestableHead %} {% endfor %} {% for row in expenses %} {% for col in row %} {% endfor %} {% endfor %}
{{col}}
{{col}}

{% endblock %}