{% extends "base.html" %} {% block content %} {% if paginator is defined %}
{% for page in paginator.pages %} {% include "page-item.html" %} {% endfor %}
{% include "page-navigation.html" %}
{% endif %} {% endblock %}