{% extends 'podcasts/base.html' %} {% load static thumbnail %} {% block head %} {{ block.super }} {% if page_obj.has_next %} {% endif %} {% endblock head %} {% block main %}

Reviews

{% for object in object_list %}

{{ object.title }}

{{ object.body|striptags|linebreaks }}

via {{ object.directory }}

{% endfor %}
{% if page_obj.has_next %}
{% endif %}
{% endblock main %}