{% endblock %}
{% block content %}
{% if active_streams|length > 1 %}
{% set streamcount="many" %}
{% elif active_streams|length > 0 %}
{% set streamcount="one" %}
{% else %}
{% set streamcount="none" %}
{% endif %}
{% if list_streams %}
Active Streams [{{ active_streams|length }}]
{% for stream in active_streams %}
{% if stream['password'] %}{% set password="password-protected " %}{% else %}{% set password="" %}{% endif %}
{% if stream['description'] %}{% set description="has-description " %}{% else %}{% set description="" %}{% endif %}