RTube

{{ filename }}

Your browser doesn't support video tag.
{% if video and video.owner_username %} by {{ video.owner_username }} {% endif %} {{ view_count }} view{{ 's' if view_count > 1 else '' }} {% if description %} {{ description }} {% endif %} {% if current_user.is_authenticated and video %} {% if is_favorite %}
{% else %}
{% endif %} {% endif %}
{% if current_user.is_authenticated and video and (current_user.is_admin() or video.owner_username == current_user.username) %}
Edit Video
{% endif %}
{% if video %}

Comments ({{ video.comments | length }})

{% with messages = get_flashed_messages(with_categories=true) %} {% if messages %} {% for category, message in messages %}
{{ message }}
{% endfor %} {% endif %} {% endwith %} {% if current_user.is_authenticated %}
{% else %}

Log in to post a comment.

{% endif %} {% if video.comments %} {% else %}

No comments yet. Be the first to comment!

{% endif %}
{% endif %} {% if current_user.is_authenticated and video %} {% endif %}