{% if answer.old_answer_id %} {# Make old URL anchors/hashes work #} {% endif %}
{# ==== START: question/answer_vote_buttons.html ==== #} {% include "question/answer_vote_buttons.html" %} {# ==== END: question/answer_vote_buttons.html ==== #}
{{ answer.html }} {# ==== START: question/question_comments.html ==== #} {% include "question/answer_comments.html" %} {# ==== END: question/question_comments.html ==== #}
{# ==== START: "question/question_author_info.html" #}
{% if answer.author.is_administrator() %}
Staff answer
{%endif%} {% include "question/answer_author_info.html" %}
{% include "question/answer_controls.html" %}
{# ==== END: "question/question_author_info.html" #}