{% include "question/new_answer_form_title.html" %}
{% if request.user.is_anonymous %} {{ settings.WORDS_INSTRUCTION_TO_POST_ANONYMOUSLY|safe }} {% elif request.user==question.author %} {{ settings.WORDS_INSTRUCTION_TO_ANSWER_OWN_QUESTION|safe }} {% endif %} {{ settings.WORDS_INSTRUCTION_TO_GIVE_ANSWER|safe }}

{{ settings.WORDS_ADD_ANSWER|escape }}

{{ csrf_input }}
{% set draft_answer=answer.text.value() %}
{% if settings.WIKI_ON %} {{ macros.checkbox_in_div(answer.wiki) }} {% endif %} {% if settings.GROUPS_ENABLED and request.user.is_authenticated and request.user.can_make_group_private_posts() %} {{ macros.checkbox_in_div(answer.post_privately) }} {% endif %} {% set post_form=answer %} {% include "components/proxy_author_inputs.html" %}
{% if answer.recaptcha %}
{{ macros.form_field_with_errors(answer.recaptcha) }}
{% endif %}