{% load humanize %}

Playlists {{ playlists.count|default:"0" }}

{% if playlists %} {% for playlist in playlists %} {% endfor %} {% else %}
Nothing found :(
{% endif %}

Videos {{ videos_count }}

{% if videos %} {% for video in videos %}
{{ video.name }}
{{ video.duration }} {% if video.is_unavailable_on_yt %}Private {% endif %} {% if video.has_cc %}CC {% endif %}

{% endfor %} {% else %}
Nothing found :(
{% endif %}