{% extends "base.index.html" %} {% block content %}
{% if SETTINGS.chatroom_list_title %}

{{SETTINGS.chatroom_list_title|htmlspecialchars_decode|raw}}

{% else %}

{{ _("Chat with thousands of other people from all over the world.")}}

{% endif %} {% if SETTINGS.chatroom_list_description %}

{{SETTINGS.chatroom_list_description|htmlspecialchars_decode|raw}}

{% else %}

{{ _("It's 100% free & safe. Just create an account and start chatting right away.")}}

{% endif %}
{% 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 %}