{%- extends 'root.html' -%} {% block pagetitle -%}{{chat.name}}{%- endblock %} {% block pagetype %}chat{% endblock %} {% block body_attributes %}class="has_header"{% endblock %} {% block body %} {% include "header.html" %} {% include "modals/expanded_image.html" %} {% include "modals/emoji.html" %} {% include "modals/gif.html" %} {% set vlink = '

{{orgy.title}}

{% if orgy.type == 'youtube' %} {% elif orgy.type == 'rumble' %} {% elif orgy.type == 'twitch' %} {% elif orgy.type == 'file' %} {% endif %}

{% if (orgies)|length > 1 %} {% for orgy in orgies %} {% if orgy.started %} {% else %} {% endif %} {% endfor %}
Title Starts on Ends on
{{orgy.title}}Started
{% endif %}
{{macros.chat_group_template()}}
{{macros.chat_line_template()}}
{{macros.chat_window(vlink)}} {% endblock %}