{% load humanize %} {% if playlists %}

{% if search_query == "" %}All{% endif %} Playlists {{ playlists.count|default:"0" }}

{% if playlists %} {% include 'intercooler/playlists.html' with playlists=playlists show_controls=True %} {% else %}
No playlists found :(
{% endif %}
{% else %}

Videos {{ videos.count }}{% if videos.count > 250 %}(Only top 250 results shown){% endif %}

{% if videos %} {% include 'intercooler/video_cards.html' with videos=videos %} {% else %}
Nothing found :(
{% endif %}
{% endif %}