Conversations

⚙
    {% for c in convos %}
  • {% if c.kind == 'group' %}
    👥
    {{ c.name }} {{ c.last }}
    {{ c.preview or '(no preview)' }} {{ c.n }}
    {% else %}
    {{ c.name }} {{ c.last }}
    {{ c.preview or '(no preview)' }} {{ c.n }}
    {% endif %}
  • {% endfor %}