{% extends 'budget/base.html' %} {% load budget %} {% block title %}Dashboard{% endblock title %} {% block budget_content %}
Notes | Date | Amount |
---|---|---|
{{ expense.notes }} | {{ expense.date|date:"m/d/Y" }} | ${{ expense.amount|stringformat:".02f" }} |
No recent expenses found. |
Notes | Date | Amount |
---|---|---|
{{ income.notes }} | {{ income.date|date:"m/d/Y" }} | ${{ income.amount|stringformat:".02f" }} |
No recent incomes found. |
${{ amount_used|stringformat:".02f" }} out of ${{ estimated_amount|stringformat:".02f" }}.