{% load static i18n cache chat %}
{% cache 3600 chat_users request.user.pk %} {% for user in chat_users %} {% if user != request.user %}
{% include 'whisper/user.html' with user=user %}
{% endif %} {% endfor %} {% endcache %}
{% for room in recent_rooms %}
{{ room.name }} {{ room.modified }}
{{ room.unread_messages }}
{% endfor %}
room-name-placeholder room-modified-placeholder

{% trans 'Room options' %}