{% load url from future %}
{% load gravatar %}
{% load hk_generic %}
{% load cache %}
{% if user.is_authenticated %}
{{ unread_count }} unread
messages
{% endif %}
{% for participant in thread.participants|sort_by_name %}