{% import "macros.html" as macros %}
{{ settings.SIDEBAR_QUESTION_HEADER }}

{% trans %}Question tools{% endtrans %}

{% if favorited %}
{% trans %}Following{% endtrans %}
{% trans %}Unfollow{% endtrans %}
{% else %} {%trans %}Follow{%endtrans%} {% endif %}
{% set follower_count = thread.favourite_count %} {% if follower_count > 0 %} {% trans count=follower_count %}{{count}} follower{% pluralize %}{{count}} followers{% endtrans %} {% endif %}
{%if request.user.is_authenticated() %} {%else%} {%endif%}

{% trans %}subscribe to rss feed{% endtrans %}

{% if settings.SIDEBAR_QUESTION_SHOW_META %}

{% trans %}Stats{% endtrans %}

{% trans %}Asked{% endtrans %}: {{question.added_at|diff_date}}

{% trans %}Seen{% endtrans %}: {{ thread.view_count|intcomma }} {% trans %}times{% endtrans %}

{% trans %}Last updated{% endtrans %}: {{thread.last_activity_at|diff_date}}

{% endif %} {% if similar_threads.data and settings.SIDEBAR_QUESTION_SHOW_RELATED %} {#% cache 1800 "related_questions" related_questions question.id language_code %#}

{% trans %}Related questions{% endtrans %}

{#% endcache %#} {% endif %}
{{ settings.SIDEBAR_QUESTION_FOOTER }}