{% 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 = question.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 %}subsribe to rss feed{% endtrans %}

{% cache 0 "questions_tags" questions_tags question.id language_code %} {% if settings.SIDEBAR_QUESTION_SHOW_META %}

{% trans %}Stats{% endtrans %}

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

{% trans %}question was seen{% endtrans %}: {{ question.view_count|intcomma }} {% trans %}times{% endtrans %}

{% trans %}last updated{% endtrans %}: {{question.last_activity_at|diff_date}}

{% endif %} {% endcache %} {% if similar_questions.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 }}