{% extends 'news/base.html' %} {% block pagetitle %}: News{% endblock pagetitle %} {% load request_filters %} {% load staticfiles %} {% block breadcrumb_items %} Home {% endblock %} {% block content %}
Go to the News management page
{% endif %}{% if page_obj.has_previous %} Previous {% endif %} Page {{ page_obj.number }} of {{ page_obj.paginator.num_pages }}. {% if page_obj.has_next %} Next {% endif %} Go back to the homepage.
{% endif %} {% for item in object_list %} {% include 'news/news_card_content.html' with news=item %} {% empty %}{% if page_obj.has_previous %} Previous {% endif %} Page {{ page_obj.number }} of {{ page_obj.paginator.num_pages }}. {% if page_obj.has_next %} Next {% endif %} Go back to the homepage.
{% endif %}