{% import "icons.html" as i %}
{% if hstyle == 'large' %}
{{ title }}
{{ i.ic('edit') }} {% else %} {{ i.ic('chevron-left') }} {{ title }} {{ i.ic('dots-vertical') }} {% endif %}
{% for c in chats %}
{{ c.name }}{% if c.muted %} 🔕{% endif %} {{ c.time }}
{% if c.sent %}✓✓ {% endif %}{{ c.last }} {% if c.unread %}{{ c.unread }} {% elif c.pinned %}📌{% endif %}
{% endfor %}