{% extends "layouts/base.html" %} {% load i18n %} {% load month_name %} {% load static %} {% block title %}{% translate 'Yearly Overview' %} :: {% block overview_type_title %}{% endblock %} :: {{ year }}{% endblock %} {% block body_hyperscript %} on keyup[code is 'ArrowLeft' and target.nodeName is 'BODY'] from body trigger 'previous_year' end on keyup[code is 'ArrowRight' and target.nodeName is 'BODY'] from body trigger 'next_year' end {% endblock %} {% block content %}
{% trans 'Currency' %} {% trans 'Account' %}
{# Date picker #}
{{ year }}
{% for month in months %} {% endfor %}
{% block filter_pills %}{% endblock %}

{% endblock %}