{% extends "base.html" %} {% block title %}{{ video.name }} - {{ domain }}{% endblock %} {% block content %}

{{ video.name }}

By: {{ video.channel.displayName }} ({{ video.channel.name }}@{{ video.channel.host }})
{% if video.no_quality_selected and not embed %}

Please select a resolution:

{% elif embed %}
Resolutions: {% else %}
Resolutions: {% endif %} {% for resolution in video.resolutions %} {{ resolution.label }} {% endfor %} Embedded
Views: {{ video.views }} Likes: {{ video.likes }} Dislikes: {{ video.dislikes }}

{{ video.description }}

Category {{ video.category.label }}
License {{ video.licence.label }}
Language {{ video.language.label }}
Privacy {{ video.privacy.label }}
Tags {% for tag in video.tags %} {{ tag }} {% endfor %}
{% endblock %}