{% extends 'notifpy/base.html' %} {% load static from staticfiles %} {% block body %}
{% if streams %} {% for stream in streams %} {{stream.user_name}} {% if stream.game %} {{stream.game.name}} {% endif %} {% endfor %} {% else %}

No Twitch live on.

{% endif %}
{% if videos %} {% else %}

No videos to show.

{% endif %} {% endblock %}