{% extends "item_base.html" %} {% load static %} {% load i18n %} {% load l10n %} {% load humanize %} {% load mastodon %} {% load strip_scheme %} {% load thumb %} {% block head %} {% endblock %} {% block details %}
{% include '_people.html' with people=item.genre role='genre' max=5 %}
{% include '_people.html' with people=item.host role='host' max=5 %}
{% if item.official_site %} {% trans 'website' %}: {{ item.official_site|urlizetrunc:24 }} {% endif %}
{% endblock %} {% block content %}
{% trans 'recent episodes' %}
{% endblock %} {% block left_sidebar %}
{% endblock %}