{% extends "base.html" %} {% block content %}
{% if video.nginxUrl == "#" %}

ERROR WITH VIDEO

{% elif video.isUpcoming %}

SCHEDULED VIDEO

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

LIVESTREAM VIDEO

FEATURE AVAILABLE SOON

Livestreams are under developent and 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}}

{% if comments != False %}

Comments

{% for comment in video.comments %} {% include '_video_comment.html' %} {% endfor %}
{%endif%} {% if video.isLive %} {% endif %} {% endblock %}