{% if not config.field_disable_name or (mod and post.mod|hasPermission(config.mod.bypass_field_disable, board.uri)) %}
|
{% trans %}Name{% endtrans %}
{{ antibot.html() }}
|
{% if config.allow_no_country and config.country_flags %} {% endif %}
{{ antibot.html() }}
|
{% endif %}
{% if not config.field_disable_email or (mod and post.mod|hasPermission(config.mod.bypass_field_disable, board.uri)) %}
|
{% trans %}Options{% endtrans %}
{{ antibot.html() }}
|
{% if config.field_email_selectbox %}
{% else %}
{% endif %}
{{ antibot.html() }}
{{ antibot.html() }}
|
{% 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)) %}
|
{% trans %}Subject{% endtrans %}
{{ antibot.html() }}
|
|
{% endif %}
|
{% trans %}Comment{% endtrans %}
{{ antibot.html() }}
|
{{ antibot.html() }}
|
{% if config.recaptcha %}
|
{% trans %}Verification{% endtrans %}
{{ antibot.html() }}
|
{{ antibot.html() }}
|
{% endif %}
{% if config.captcha.enabled %}
|
{% trans %}Verification{% endtrans %}
|
|
{% elseif config.new_thread_capt %}
{% if not id %}
|
{% trans %}Verification{% endtrans %}
|
|
{% endif %}
{% endif %}
{% if config.user_flag %}
7 | {% trans %}Flag{% endtrans %} |
|
{% endif %}
{% if config.allowed_tags and not id %}
| {% trans %}Tag{% endtrans %} |
|
{% endif %}
|
{% trans %}File{% endtrans %}
|
{% if config.allow_upload_by_url %}
{% endif %}
{{ antibot.html() }}
|
{% if mod and ((not id and post.mod|hasPermission(config.mod.sticky, board.uri)) or (not id and post.mod|hasPermission(config.mod.lock, board.uri)) or post.mod|hasPermission(config.mod.rawhtml, board.uri)) %}
|
{% trans %}Flags{% endtrans %}
|
{% if not id and post.mod|hasPermission(config.mod.sticky, board.uri) %}
{% endif %}
{% if not id and post.mod|hasPermission(config.mod.lock, board.uri) %}
{% endif %}
{% if post.mod|hasPermission(config.mod.rawhtml, board.uri) %}
{% endif %}
|
{% endif %}
| Whitelist Token | {% include 'wl-input.html' %} |
{% include 'noscript-info.html' %}
|
{% if config.enable_embedding %}
|
{% trans %}Video Stream Embedding{% endtrans %}
{{ antibot.html() }}
|
|
{% endif %}
| Advanced Options |
|
| Video Timestamp |
|
| Captcha Type |
|
| Spoiler |
{% if config.spoiler_images %}
{% endif %}
|
{% if not config.field_disable_password or (mod and post.mod|hasPermission(config.mod.bypass_field_disable, board.uri)) %}
|
{% trans %}Password{% endtrans %}
{{ antibot.html() }}
|
{% trans %}(For file deletion.){% endtrans %}
{{ antibot.html() }}
|
{% endif %}
| Markup tags exist for bold, itallics, header, spoiler etc. as listed in " [options] > View Formatting " |
{{ antibot.html(true) }}