{% extends 'base.html' %} {% load humanize %} {% block content %}

Planned to Watch Playlists {{ playlists.count|default:"0" }}

{% if playlists %}
{% endif %}
{% if playlists %} {% include 'intercooler/playlists.html' with playlists=playlists %} {% else %}
Nothing here :(
{% endif %}


Planned to Watch Videos {{ videos.count }}

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