{% extends "layout.html" %} {% block title %} Manage Profile {% endblock %} {% block content %} {% include 'header.html' %}
Last login date: {{user['last_login_date']}} UTC
Discord User ID: {{user['snowflake']}}
Date | Title | Duration | Status | |||
---|---|---|---|---|---|---|
{{ stream['start_date'] }} UTC | {% else %}Not Started Yet | {% endif %}{{ stream['title'] }} | {% if stream["duration"] %}{{ stream['duration'] }} | {% else %}N/A | {% endif %}
{% if not stream["duration"] and stream["start_date"] %}
LIVE
{% endif %}
{% if stream["archivable"] %}
Archived
{% else %}
Not Archived
{% endif %}
{% if stream["unlisted"] %}
Unlisted
{% endif %}
|
Edit Stream
{% if not stream["duration"] and not stream["unlisted"] %}
Play
{% else %}
Play
{% endif %}
Details
|
{{ stream["description"] | nl2br }}
Stream Key: {{ stream["stream_key"] }}
Unique ID: {{ stream["unique_id"] }}
|