{% extends "base.html" %} {% block content %}
{% if info.error != None or info.playability_error != None %}

ERROR WITH VIDEO

{% elif info.playability_status != None %}

SCHEDULED VIDEO

{{video.premieres}}
{% elif info.live %}

LIVESTREAM VIDEO

FEATURE AVAILABLE SOON

Livestreams are under developent and still not supported on Yotter.
{%else%}
{% if config.nginxVideoStream %} {% for source in vsources %} {% endfor %} {% endif %}
{%endif%}

{{info.title}}

{{info.view_count}}
views
{% if info.rating | int > 49 %}
{{info.rating}}%
Total: {{info.like_count+info.dislike_count}} votes
{% else %}
{{info.rating}}%
Total: {{info.like_count+info.dislike_count}} votes
{% endif %}

Audio Only

{{info.description}}

Comments

{% for comment in videocomments %} {% include '_video_comment.html' %} {% endfor %}
{% if info.live %} {% endif %} {% endblock %}