{% load static %} {% load i18n %} {% load l10n %} {% load humanize %} {% for ep in episodes %}

  {% if request.user.is_authenticated %} {% endif %} {{ ep.display_title }} {{ ep.pub_date|date }}
{{ ep.display_description | linebreaksbr }}

{% if forloop.last %} {% endif %} {% empty %}
{% trans 'nothing more.' %}
{% endfor %}