{% load humanize %} {% load chats %} {% load community_utils %} {% load community_badges %}
{% with subscription=channel|subscription_for:user %}
{{ thread }}
{% endwith %}
last comment {{ thread.last_comment_modification_date|naturaltime }}
{% if not hide_replies %}
{% with num_comments=thread.threadcomment_set.count %} {{ num_comments }} Comment{{ num_comments|pluralize }} {% endwith %}
{% endif %} {% if thread.user.communitymember %}
{{ thread.user.communitymember }}
{% endif %}
created {{ thread.date_created|naturaltime }}