{% extends 'newscenter/base.html' %} {% block title %}{{ newsroom }} {{ month|date:"M Y" }}{% endblock %} {% block appcontent %}

{{ newsroom }} {{ month|date:"M Y" }}

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

There are currently no articles available.

{% endfor %} {% endblock %} ~