{% extends "base.html" %} {% block title %}{{ video.title }} - YottoB{% endblock %} {% block content %}
{% if video.download_status.value == 'completed' and video.download_path %} {% elif video.download_status.value == 'downloading' %}

Video is downloading...

Please check back in a few minutes

{% elif video.download_status.value == 'failed' %}

Download failed

There was an error downloading this video

{% else %}
{% if video.thumbnail_url %} {{ video.title }} {% endif %}

Video not downloaded yet

{% endif %}

{{ video.title }}

{% if video.description %}

Description

{{ video.description }}

{% endif %}
{% endblock %} {% block scripts %} {% endblock %}