{% load static %} {% load i18n %} {% load l10n %} {% load humanize %} {% for ep in episodes %}
{{ ep.title }} {{ ep.pub_date|date }}

{{ ep.brief | linebreaksbr }}

{% if request.user.is_authenticated %} {% endif %}
{% if forloop.last %} {% endif %} {% empty %}
{% trans '目前没有更多内容了' %}
{% endfor %}