{% load i18n %} {% load gravatar %} {% load hk_generic %} {% load cache %}
{{ days_inactive }}
{% trans "days inactive" %}
{{ days_old }}
{% trans "days old" %}

{{ mlist.name }}

{% if 'postorius' in INSTALLED_APPS %}

Manage subscription

{% endif %}

{{ num_comments }} {% trans "comments" %}
{{ thread.participants_count }} {% trans "participants" %}
{% if user.is_authenticated %}
{{ unread_count }} {% trans "unread" %}
{% endif %}

{% csrf_token %}

{% trans "Add to favorites" %} {% trans "Remove from favorites" %}

{% if user.is_staff or user.is_superuser %}
{% endif %}
{% include 'hyperkitty/threads/tags.html' %}
{% csrf_token %} {{ addtag_form.as_p }}
{% cache 86400 thread_participants thread.id %}
{% trans "participants" %} ({{ thread.participants_count }})
{% endcache %}
{% if user.is_authenticated %}
{% trans "Unreads:" %} 0/{{unread_count}}   {% trans "Go to:" %} {% trans "next" %} ↓ - {% trans "prev" %} ↑
{% endif %}