{% extends "widgets/base.widget.html" %} {% block content %} {{ _('All Rooms') }} {% if USER.user_type == 2 %} {{ _('My Rooms') }} {% endif %} {{ _('Most Users First') }} {{ _('Least Users First') }} {{ _('Newest First') }} {{ _('Oldest First') }} {% if style == "small" %} {% include 'chat_room_loop_small.html' %} {% else %} {% include 'chat_room_loop_large.html' %} {% endif %} {{ _("You've Reached The End!") }} {{ _('Load More') }} {% endblock %}