{% load static %}
{{room_name}}
{% for room in rooms_list %} {% if room.id in rooms_with_unread %}
{% else %}
{% endif %} {{room}}
{% endfor %}