{% extends "skeleton.html" %} {% block base_content %}

Website environment index

{% if is_paginated %}
    {% if page_obj.has_previous %}
  • «
  • {% endif %} {% for item in paginator.page_range %} {{ item }} {% endfor %} {% if page_obj.has_next %}
  • »
  • {% endif %}
{% endif %}
{% endblock %}