{% if year %}
{% firstof year as current_year %}
{% else %}
{% now "Y" as current_year %}
{% endif %}
{% now "Y" as now_year %}
{% block toolbar %}{% include 'troggletoolbar.html' %}{% endblock %}
{% block content %}{% endblock %}
{% include "menu.html" %}