{% extends 'newscenter/base.html' %} {% load tz %} {% block title %}Articles for {{ year }}{% endblock %} {% block appcontent %}

{{ newsroom }} {{ year }}

{% for article in object_list %} {% include "newscenter/includes/list_article.html" %} {% empty %}

There are currently no articles available.

{% endfor %}

View articles for the month of:

{% for date in date_list %} {{ date|utc|date:"F" }} {% endfor %}
{% endblock %}