{% extends 'base.html' %} {% block title %}{{ video.title }} · {% if video.metadata.series_name %}{{ video.metadata.series_name }} ·{% endif %} {{ super() }}{% endblock %} {% block content %}
{% if next %} {% endif %}

{{ video.title }}

{% if video.metadata.series_id %} {{ video.metadata.series_name }} Season {{ video.metadata.season_number }}, Episode {{ video.metadata.episode_number }} · {% endif %} {{ video.duration|duration }} · {% if video._links.video_page %}· Watch on dropout.tv{% endif %}
{%+ if video.description %}
{{ video.description|linebreaks }}
{% endif %} {% if video.tags %} {% endif %}
{% endblock %}