{% extends 'notifpy/base.html' %} {% load static from staticfiles %} {% block body %}

Twitch

Live

{% if streams %} {% else %}

No user is currently live.

{% endif %}

Followed

{% if users %} {% for user in users %}
{{channel.title}} {{user.display_name}} Unfollow
{% endfor %} {% else %}

You are not following any user.

{% endif %} {% endblock body %}