{% extends "base_theme.html" %} {% load static re_paginator %} {% block content %}
Mostrando {{ page_obj.start_index }} - {{ page_obj.end_index }} de {{ page_obj.paginator.count }} resultados
Ordenar por :
{% include 'includes/listing_list.html' %} {# pagination #} {# pagination #} {% endblock %}