{% csrf_token %}
{% if request.user.is_anonymous() and settings.ALLOW_POSTING_BEFORE_LOGGING_IN == False %}
{% if not thread.closed %}
{{ settings.WORDS_LOGIN_SIGNUP_TO_ANSWER|escape }}
{% endif %}
{% else %}
{% if not thread.closed and settings.READ_ONLY_MODE_ENABLED == False %}