{%- extends 'root.html' -%} {% block pagetitle -%} {%- if request.path == '/admin/chat' -%} Admin Chat {%- else -%} Chat {%- endif -%} {%- endblock %} {% block pagetype %}chat{% endblock %} {% block body %} {% include "header.html" %} {% include "modals/expanded_image.html" %} {% include "modals/emoji.html" %}
0
just now
{% if v.admin_level > 1 %} {% endif %}
Users Online
{% endblock %}