{% extends "base.html" %} {% block content %}
{% if video.nginxUrl == "#" and video.isLive %}
Empty feed image
{% elif video.isUpcoming %}

SCHEDULED VIDEO

{{video.premieres}}
{% elif video.isLive %}

LIVESTREAM VIDEO

Livestreams are still not supported on Yotter.
{%else%}
{%endif%}

{{video.title}}

{{video.viewCount}}

{% if video.averageRating | int > 49 %}

{{video.averageRating[0:4]}}%

{% else %}

{{video.averageRating[0:4]}}%

{% endif %}

Play Only Audio

{{video.description}}

{% endblock %}