{% extends "newscenter/base.html" %} {% load tz %} {% block title %}{{ newsroom.name }} {{ year|date:"Y" }}{% endblock %} {% block appcontent %}

{{ newsroom.name }} {{ year|date:"Y" }}

{% include "newscenter/includes/article_list.html" %}

View articles for the month of:

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