aircox-radiocampus/aircox_web/templates/aircox_web/diffusion_page.html
2019-07-28 18:40:59 +02:00

15 lines
231 B
HTML

{% extends "aircox_web/program_base.html" %}
{% load i18n %}
{% block main %}
{{ block.super }}
{% if podcasts %}
{% for object in podcasts %}
{% include "aircox_web/podcast_item.html" %}
{% endfor %}
{% endif %}
{% endwith %}