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