{% extends "note_base.html" %} {% load notes_extras %} {% block title %}Archive {{ year }} – Notes{% endblock %} {% block content %}
Archive {{ year }}
{% if months %}
{% for month in months %}
{{ month.created_month|month_name }}
({{ month.total }})
{% endfor %}
{% else %}
No notes
{% endif %} {% endblock %}