Direct Messages ({{ dms|length }})
{% for dm in dms %}
{% endfor %}
{% if not dms %}
{% endif %}
{% if group_dms %}
No DM conversations found.
Group DMs ({{ group_dms|length }})
{% for gd in group_dms %}
{% endfor %}
{% endif %}
{% if channels %}
Channels ({{ channels|length }})
{% for ch in channels %}
{% endfor %}
{% endif %}