{%- extends 'root.html' -%} {% block pagetitle -%}Chat{%- 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" %} {% include "util/macros.html" %} {% set vlink = ' {{orgy.title}} {% if orgy.type == 'youtube' %} {% elif orgy.type == 'rumble' %} {% elif orgy.type == 'twitch' %} {% elif orgy.type == 'file' %} {% set subtitles_url = '/assets/' ~ orgy.data.split('/')[-1].split('.')[0] ~ '.vtt' %} {% if os_path.exists('files' ~ subtitles_url) %} {% endif %} {% endif %} {{macros.chat_group_template()}} {{macros.chat_line_template()}} {{macros.chat_users_online()}} {{macros.chat_window(vlink)}} {% endblock %}
{% if orgy.type == 'youtube' %} {% elif orgy.type == 'rumble' %} {% elif orgy.type == 'twitch' %} {% elif orgy.type == 'file' %} {% set subtitles_url = '/assets/' ~ orgy.data.split('/')[-1].split('.')[0] ~ '.vtt' %} {% if os_path.exists('files' ~ subtitles_url) %} {% endif %} {% endif %}