diff --git a/app/templates/yearly_overview/fragments/month_year_picker.html b/app/templates/yearly_overview/fragments/month_year_picker.html deleted file mode 100644 index 0d893f6..0000000 --- a/app/templates/yearly_overview/fragments/month_year_picker.html +++ /dev/null @@ -1,51 +0,0 @@ -{% extends 'extends/offcanvas.html' %} -{% load month_name %} -{% load i18n %} - -{% block title %}{% translate 'Pick a month' %}{% endblock %} - -{% block body %} -{% regroup month_year_data by year as years_list %} - -
-#} -{# {% translate "Account Overview" %}
#} -{#Some quick example text to build on the card title and make up the bulk of the card's content.
-Some quick example text to build on the card title and make up the bulk of the card's content.
- Go somewhere -| {% 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 %}#}
-{# | #}
-{#