{% extends 'herobiz/index.html' %} {% load static %} {% load shared_tags %} {% block content %}
{% include 'herobiz/breadcrumb.html' %}
{% for item in page_obj %} {% endfor %}
{% if is_paginated %}
{% endif %}
{% sidebar "herobiz/sidebar.html" %}
{% endblock content %}