{% if id %}{% endif %}
{% if current_page %}{% endif %}
{% if mod %}{% endif %}
{% if thread.force_anon==0 %}
{% if not config.field_disable_name or (mod and post.mod|hasPermission(config.mod.bypass_field_disable, board.uri)) %}
{% endif %}
{% endif %}
{% if not config.field_disable_email or (mod and post.mod|hasPermission(config.mod.bypass_field_disable, board.uri)) %}
{% endif %}
{% if not (config.field_disable_subject or (id and config.field_disable_reply_subject)) or (mod and post.mod|hasPermission(config.mod.bypass_field_disable, board.uri)) %}
{% endif %}
{% if config.captcha.enabled or (config.new_thread_capt and not id) %}
{% trans %}Verification{% endtrans %} *
{% endif %}
{% if config.allowed_tags and not id %}