{% extends "newscenter/base.html" %} {% block title %}{{ newsroom }}{% endblock %} {% block appcontent %}

{{ newsroom }} {{ newsroom }} rss

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

There are no matching articles in {{ newsroom }}.

{% endfor %} {% include "newscenter/includes/pagination.html" %}
{% endblock %}