{% load pagination news %} {% if article_list %} {% if page_obj %} {% pagination page_obj %} {% endif %} {% else %}

There are no articles to display. {% endif %}