{{ question.html|safe }}
{% post_contributor_info question "original_author" %}
{% post_contributor_info question "last_updater" %}
{% comments question request.user %}
|
{% blocktrans with question.closed.extra as close_reason %} The question has been closed for the following reason "{{ close_reason }}" by {% endblocktrans %} {{ question.closed.by.username }} {% diff_date question.closed.at %}
{{ answer.html|safe }}
{% post_controls answer request.user %}
{% post_contributor_info answer "original_author" %}
{% post_contributor_info answer "last_updater" %}
{% comments answer request.user %}
|