- {% 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 %} + {% blocktrans with question.nstate.closed.extra as close_reason %}The question has been closed for the following reason "{{ close_reason }}" by{% endblocktrans %} + {{ question.nstate.closed.by.username }} + {% diff_date question.nstate.closed.at %}
@@ -145,6 +134,7 @@
{% post_controls answer request.user %}
+ {% wiki_symbol request.user answer %}
{% contributors_info answer %}
@@ -157,7 +147,7 @@
{% endfor %}
- {% cnprog_paginator context %}
+ {{ answers.paginator.page_numbers }}
{% endif %}
|