{% load static %} {% load i18n %} {# TODO: complete archive podcast -> info #} {{ item.name }} {% if item.duration.hour > 0 %} {{ item.duration|date:'H:i:s' }} {% else %} {{ item.duration|date:'i:s' }} {% endif %}