{% block head %} {% endblock %}
{{sysSettings.siteName}}
Channels
Topics
Streamers
{% if current_user.is_authenticated == False %}
Login
{% if allowRegistration == True %}
Register
{% endif %} {% else %}
Notifications {% if notifications|count > 0 %}
{{notifications|count}}
{% endif %}
{% if notifications|count > 0 %}
{{notifications|count}}
{% endif %}
Notifications
{{notifications|count}}
Mark all as read
{% if notifications != [] %} {% for entry in notifications %}
{{entry.message}}
{{entry.timestamp|normalize_date}}
{% endfor %} {% endif %}
No New Notifications
View All
{{current_user.username}}
{% if current_user.has_role('Admin') %}
Admin
{% endif %} {% if current_user.has_role('Streamer') %}
My Channels
{% if sysSettings.allowUploads == True %} {% if current_user.has_role('Uploader') %}
Upload Video
{% endif %} {% endif %}
API Keys
{% endif %}
Subscriptions
Settings
Help
About
Log Out
{% endif %}
{%- with messages = get_flashed_messages(with_categories=true) -%} {% if messages %} {% for category, message in messages %}
{{category|upper}}
×
{{message}}
{% endfor %} {% endif %} {%- endwith %}
Upload a video
×
Title
Channel
{% for chan in ownedChannels %}
{{chan.channelName}}
{% endfor %}
Topic
{% for topic in uploadTopics %}
{{topic.name}}
{% endfor %}
Thumbnail
Browse
Video file
Browse
Video description
{% if sysSettings.maintenanceMode == True %}
Server is in Maintenance Mode!
{% endif %} {% block body %} {% endblock %} {% block scripts %} {% endblock %}