{{ 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" #}