{% extends 'newscenter/base.html' %} {% load tz %} {% block title %}Articles for {{ year }}{% endblock %} {% block appcontent %}
There are currently no articles available.
{% endfor %}View articles for the month of:
{% for date in date_list %} {{ date|utc|date:"F" }} {% endfor %}