{{_('Lobby')}}
{{unread_count_lobby if unread_count_lobby}}
{% for section in status_sections %}
{% if section.user_list %}
{{_(section.title)}}
{% for user in section.user_list %}
-
{{ user.user.username }}
{{user.unread_count if user.unread_count}}
{% endfor %}
{% endif %}
{% endfor %}