{% 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%}
{% if config.nginxVideoStream %} {% for url in urls %}
{% endfor %} {% else %}
{% endif %}
{%endif%}
{{video.title}}
{%if video.author.__len__() > 8%}
{{video.author[0:10]+'...'}} {%else%}
{{video.author}} {%endif%}
{{video.viewCount}}
{% if video.averageRating | int > 49 %}
{{video.averageRating[0:4]}}%
{% else %}
{{video.averageRating[0:4]}}%
{% endif %}
Play Only Audio
Your browser does not support the audio element.
{{video.description}}
{% if comments != False %}
Comments
{% for comment in video.comments %} {% include '_video_comment.html' %} {% endfor %}
{%endif%} {% if video.isLive %} {% endif %} {% endblock %}
Comments
{% for comment in video.comments %} {% include '_video_comment.html' %} {% endfor %}