{% import "macros.html" as macros %} {% if 'SIDEBAR_QUESTION_HEADER'|show_block_to(request.user) %}
{% trans %}Asked{% endtrans %}: | {{ macros.timeago(question.added_at) }} |
|
|
{% trans %}Seen{% endtrans %}: | {{ thread.view_count|intcomma }} {% trans %}times{% endtrans %} |
|
|
{% trans %}Last updated{% endtrans %}: | {{thread.last_activity_at|diff_date}} |
|