{% if catalog_type == "series" %}

Episode Selection

{% endif %}

Available Downloads

{% if streams %}
{% for stream in streams %}

{{ stream.name }}

{% for line in stream.description.split('\n') %}

{{ line | safe }}

{% endfor %}
{% endfor %}
{% else %}
No download options available for this content.
{% endif %}