{% extends "glitter_events/base.html" %} {% load pagination_links %} {% block extra_breadcrumb %}
  • {{ current_location }}
  • {% endblock extra_breadcrumb %} {% block app_content %}

    {{ current_location.location }}


    {% if page_obj.has_other_pages %} {% if page_obj.has_previous %} Back {% else %} Back {% endif %} {% get_pagination_links paginator page_obj on_each_side=2 on_ends=2 as pagination_links %} {% for page_num in pagination_links %} {% if page_num.is_current %} {{ page_num.number }} {% elif page_num.is_filler %} {% else %} {{ page_num.number }} {% endif %} {% endfor %} {% if page_obj.has_next %} {% else %} {% endif %} {% endif %}

    {% endblock app_content %}