{% load i18n %} {% load hk_generic %} {% load cache %} {% export_allowed as export_allowed %}
{{ days_inactive }}
{% trans 'Age (days ago)' %}
{{ days_old }}
{% trans 'Last active (days ago)' %}

{% trans 'List overview' %}

{% if 'postorius' in INSTALLED_APPS and user.is_authenticated%}

Manage subscription

{% endif %} {% if export and export_allowed %} {{ export.message }} {% endif %}

{% blocktrans %}{{ num_comments }} comments{% endblocktrans %}
{% blocktrans with participants_count=thread.participants_count %}{{ participants_count }} participants{% endblocktrans %}
{% if user.is_authenticated %}
{% blocktrans %}{{ unread_count }} unread {% endblocktrans %}
{% endif %}

{% csrf_token %}

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

{% if user.is_staff or user.is_superuser or user_is_owner %}
{% endif %}
{% include 'hyperkitty/threads/tags.html' %}
{% if user.is_authenticated %}
{% csrf_token %} {{ addtag_form.as_p }}
{% endif %} {% 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 %}