{% extends "conversate/base.html" %} {% block conversate_content %} {% if rooms %} {% for room in rooms %}

{{ room.title }}

{% endfor %} {% else %}

There are no rooms available.

{% endif %} {% endblock %}