{% else %}
{% endif %}
{% if request.user.is_staff %}
Admin Rooms
{% for room in admin_rooms %}
{% if room not in rooms %}
{{ room.name }} ({% if not room.approved %}pending approval, {% endif%}moderators: {% for user in room.moderators.all %}{{ user.username }}{% if not forloop.last %}, {% endif %}{% endfor %})