{% extends "layouts/base.html" %} {% load currency_display %} {% load crispy_forms_tags %} {% load i18n %} {% load month_name %} {% load static %} {% load webpack_loader %} {% block title %}{% translate 'Yearly Overview' %} :: {{ year }}{% endblock %} {% block body_hyperscript %} on keyup[code is 'ArrowLeft' and target.nodeName is 'BODY'] from body trigger 'previous_month' end on keyup[code is 'ArrowRight' and target.nodeName is 'BODY'] from body trigger 'next_month' end {% endblock %} {% block content %}
Card image
Card Title

Some quick example text to build on the card title and make up the bulk of the card's content.

{#
#} {# Date picker#} {#
#} {#
#} {# #} {#
#} {#
#} {# {{ month|month_name }} {{ year }}#} {#
#} {#
#} {# #} {# #} {# #} {#
#} {#
#} {# Action buttons#} {#
#} {#
#} {# #} {# #} {# #} {# #} {# #} {#
#} {#
#} {#
#} {# Monthly summary#}
{#
#} {# #} {#
#}
{# Filter transactions#} {#
#} {#
#} {# #} {#
#} {#
#}
{{ year }} {% for date, x in data.items %}
{{ date.month|month_name }}
{{ x }}

Some quick example text to build on the card title and make up the bulk of the card's content.

Go somewhere
{% endfor %} {#
#} {# #} {# #} {# #} {# #} {# #} {# #} {# #} {# #} {# #} {# #} {# #} {# #} {# #} {# #} {# {% for date, x in totals.items %}#} {# #} {# #} {# #} {# #} {# #} {# #} {# #} {# #} {# #} {# #} {# {% endfor %}#} {# #} {#
{% translate 'Month' %}{% translate 'Projected Income' %}{% translate 'Projected Expenses' %}{% translate 'Projected Total' %}{% translate 'Current Income' %}{% translate 'Current Expenses' %}{% translate 'Current Total' %}{% translate 'Final Total' %}
{{ date.month|month_name }}#} {# {% for data in x.income_unpaid %}#} {#
#} {# {% empty %}#} {#
-
#} {# {% endfor %}#} {#
#} {# {% for data in x.expense_unpaid %}#} {#
#} {# {% empty %}#} {#
-
#} {# {% endfor %}#} {#
#} {# {% for data in x.balance_unpaid %}#} {#
#} {# {% empty %}#} {#
-
#} {# {% endfor %}#} {#
#} {# {% for data in x.income_paid %}#} {#
#} {# {% empty %}#} {#
-
#} {# {% endfor %}#} {#
#} {# {% for data in x.expense_paid %}#} {#
#} {# {% empty %}#} {#
-
#} {# {% endfor %}#} {#
#} {# {% for data in x.balance_paid %}#} {#
#} {# {% empty %}#} {#
-
#} {# {% endfor %}#} {#
#} {# {% for data in x.balance_total %}#} {#
#} {# {% empty %}#} {#
-
#} {# {% endfor %}#} {#
#} {#
#}
{% endblock %}