{% extends "cast/cast_base.html" %} {% load i18n %} {% load static %} {% load crispy_forms_tags %} {% block content %}
{{ blog.description }}
{% include "pagination.html" %}
{% endblock content %} {% block javascript %} {{ block.super }} {% for post in posts %} {% for pk, audio in post.media_lookup.audio.items %} {% endfor %} {% endfor %} {% endblock javascript %}