{% extends "widgets/base.widget.html" %} {% block content %}
{% for room_category in room_categories %} {% endfor %}
{% include "room_search.html" %}
{% if SETTINGS.ad_main_top %}
{{SETTINGS.ad_main_top|htmlspecialchars_decode|raw}}
{% endif %} {% if chat_rooms %}
{% include "room_loop.html" %}
{% else %} {% endif %} {% if SETTINGS.ad_main_bottom %}
{{SETTINGS.ad_main_bottom|htmlspecialchars_decode|raw}}
{% endif %}
{% endblock %}