{% extends "foiidea/base.html" %} {% load i18n %} {% block body %}

{% trans "Read the news and make requests!" %}

{% for object in object_list %} {% include "foiidea/_article.html" %}

{% endfor %} {% include "pagination/pagination.html" with page_obj=object_list %}
{% endblock %}