{%- 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/emoji.html" %} {% include "modals/gif.html" %} {% set vlink = '
{{orgy.title}}
{{orgy.title}} {% if v.id == chat.owner_id %}
{% else %} {% endif %}

{% if orgy.type == 'youtube' %} {% elif orgy.type == 'file' %} {% else %} {% 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)}} {% if chat.id != 1 %}

Members ({{sorted_memberships|length}})
{% endif %} {% if not session.get("GLOBAL") %} {% endif %} {% endblock %}