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

SCHEDULED VIDEO

This video is scheduled and is not supported by Yotter.
{% 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 %}
{%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 %}