{% extends "base.html" %} {% block content %}
{% if info.error == True %}

ERROR WITH VIDEO

Try to reload the page. Most times this solves the error.

Other reasons.

Scheduled Video
Scheduled videos are not supported.
Livestream video
Livestream videos are not yet supported.
Other reasons
If none of the above is the case, you might have found a bug. Report it!

Sorry for the inconveninet. Yotter is in a Beta state, so expect errors!

{% else %} {% if info.start_time != None %} {% elif info.is_live != None %}

LIVESTREAM VIDEO

FEATURE AVAILABLE SOON

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

To view this video please enable JavaScript, and consider upgrading to a web browser that supports HTML5 video

{%endif%}

{{info.title}}

{{info.uploader}}
{{info.subscriber_count}}
{{info.view_count}}
views
{% if info.average_rating | int > 2.5 %}
{{info.average_rating}}/5
Total: {{info.total_likes}} votes
{% else %}
{{info.average_rating}}/5
Total: {{info.total_likes}} votes
{% endif %}

Audio Only

{{info.description}}

{%if videocomments%}

Comments

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