{% extends 'budget/base.html' %} {% block title %}Summaries{% endblock title %} {% block budget_content %}

Summaries

{% if dates %}
{% for date in dates %} {% ifchanged date.year %}
{{ date.year }}
{% endifchanged %}
{{ date|date:"F" }}
{% endfor %}
{% else %}

It looks like there haven't been any transactions, so there's nothing to show here.

{% endif %} {% endblock budget_content %}