{% if poster and poster.startswith('http') %}
{% else %}
{% endif %}
{% endif %}
{{ title }}
{% if year %}({{ year }}){% endif %}
Season {{ season }} | Episode {{ episode }}
{% endif %}
{% if description %}
{{ description }}
{% endif %}
Episode Selection
Available Downloads
{% if streams %}
{% for stream in streams %}
{% endfor %}
{% else %}
{{ stream.name }}
{% for line in stream.description.split('\n') %}
{{ line | safe }}
{% endfor %}
No download options available for this content.
{% endif %}