{% 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.canonical_collection %} {% if video.canonical_collection.parent %} {{ video.canonical_collection.parent.name }}, {{ video.canonical_collection.name }}, Episode {{ video.episode_number }} · {% else %} {{ video.canonical_collection.name }} · {% endif %} {% 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 %}