{{_("Select Logout below if you are ready to end your current session.")}}
{% include 'chat_room_update.html' %}
{% include 'profile_modal.html' %}
{% include 'chat_room_list_modal.html' %}
{% include 'report_modal.html' %}
{% if SETTINGS.cookie_consent_popup %}
{% if SETTINGS.cookie_consent_message %}
{{ SETTINGS.cookie_consent_message|raw }}
{% else %}
Do you like cookies? 🍪 We use cookies to ensure you get the best experience on our website.
Learn more
{% endif %}
{% endif %}
{% if is_uppy_lang_exsists(LANG) and LANG.code != 'en' %}
{% endif %}
{% if SETTINGS.enable_codes %}
{% endif %}
{% if SETTINGS.enable_recaptcha %}
{% endif %}
{% if SETTINGS.push_notifications %}
{% if SETTINGS.push_provider == 'firebase' %}
{% elseif SETTINGS.push_provider == 'pushy' %}
{% endif %}
{% endif %}
{% block scripts %} {% endblock %}