← Back to Video

Edit Video

{% with messages = get_flashed_messages(with_categories=true) %} {% if messages %}
{% for category, message in messages %}
{{ message }}
{% endfor %}
{% endif %} {% endwith %}
ID: {{ video.short_id }} Filename: {{ video.filename }} Owner: {{ video.owner_username or 'Unknown' }} Views: {{ video.view_count }} Created: {{ video.created_at.strftime('%Y-%m-%d %H:%M') }}
{% if is_admin and eligible_owners %}
{% endif %}