{% load humanize %}

Search all of UnTube {% if user.profile.open_search_new_tab %}

Press Esc to close.
{% endif %}

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|truncatewords:"15" }}
{{ video.playlist.name }} {{ video.duration }} {% if video.is_unavailable_on_yt %}Private {% endif %} {% if video.has_cc %}CC {% endif %}

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