{% extends 'notifpy/base.html' %} {% load static %} {% block title %}Twitch | Notifpy{% endblock%} {% block body %}

Twitch

Live

{% if streams %} {% else %}

No user is currently live.

{% endif %}

Followed

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

You are not following any user.

{% endif %} {% endblock body %}