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

There are currently no articles available.

{% endfor %} {% get_pages %}