{% if ERROR %}
{{ ERROR }}
{% endif %} {% if S_SHOW_TOPIC_ICONS or S_SHOW_PM_ICONS %}
{{ L_ICON }}{{ L_COLON }}
{% for topic_icon in topic_icon %}
{% endfor %}
{% endif %} {% if not S_PRIVMSGS and S_DISPLAY_USERNAME %}
{% endif %} {% EVENT posting_editor_subject_before %} {% if S_POST_ACTION or S_PRIVMSGS or S_EDIT_DRAFT %}
{% EVENT posting_editor_subject_prefix %} {% EVENT posting_editor_subject_postfix %}
{% if CAPTCHA_TEMPLATE and S_CONFIRM_CODE %} {% set CAPTCHA_TAB_INDEX = 3 %} {% include '{{ CAPTCHA_TEMPLATE }}' %} {% endif %} {% endif %} {% EVENT posting_editor_subject_after %} {% include 'posting_buttons.html' %}
{% EVENT posting_editor_message_before %}
{% EVENT posting_editor_message_after %}
{% EVENT posting_editor_message_append %}
{% if $EXTRA_POSTING_OPTIONS == 1 %} {% if S_COMPOSE_PM %} {% endif %}
{% if not S_SHOW_DRAFTS and not $SIG_EDIT == 1 %}
{{ S_HIDDEN_ADDRESS_FIELD }} {{ S_HIDDEN_FIELDS }} {% EVENT posting_editor_submit_buttons %} {% if S_HAS_DRAFTS %} {% endif %} {% if S_SAVE_ALLOWED %} {% endif %}
{% endif %}
{% if S_SHOW_ATTACH_BOX and FILTERS %} {% endif %}
{{ L_OPTIONS }}
{% if not S_SHOW_DRAFTS and not $SIG_EDIT == 1 %}
{% EVENT posting_editor_options_prepend %} {% if S_BBCODE_ALLOWED %}
{% endif %} {% if S_SMILIES_ALLOWED %}
{% endif %} {% if S_LINKS_ALLOWED %}
{% endif %} {% if S_SIG_ALLOWED %}
{% endif %} {% if S_NOTIFY_ALLOWED %}
{% endif %} {% if S_LOCK_TOPIC_ALLOWED %}
{% endif %} {% if S_LOCK_POST_ALLOWED %}
{% endif %} {% if S_TYPE_TOGGLE or S_TOPIC_TYPE_ANNOUNCE or S_TOPIC_TYPE_STICKY %}
{% endif %} {% if S_SOFTDELETE_ALLOWED or S_DELETE_ALLOWED %} {% if S_SOFTDELETE_ALLOWED %}
{% endif %} {% if S_DELETE_ALLOWED %}
{% endif %}
{% endif %} {% if S_TYPE_TOGGLE %}
{% if S_EDIT_POST %}{{ L_CHANGE_TOPIC_TO }}{% else %}{{ L_POST_TOPIC_AS }}{% endif %}{{ L_COLON }}
{% for topic_type in topic_type %}
{% endfor %}
{% endif %} {% if S_TOPIC_TYPE_ANNOUNCE or S_TOPIC_TYPE_STICKY %}

{{ L_STICK_TOPIC_FOR_EXPLAIN }}

{{ L_DAYS }}
{% endif %} {% if S_EDIT_REASON %}
{% endif %} {% EVENT posting_editor_options_append %}
{% endif %}
{% if S_SHOW_ATTACH_BOX and FILTERS %}
{{ L_ADD_ATTACHMENT }}
{% include 'posting_attach_body.html' %}
{% endif %} {% if SCRIPT_NAME == "posting" and IN_IMGUR %}
{{ L_IMGUR_UPLOAD_TITLE }}
{% include 'posting_imgur_body.html' %}
{% endif %} {% if SCRIPT_NAME == "posting" and IN_GYAZO %}
{{ L_GYAZO_UPLOAD_TITLE }}
{% include 'posting_gyazo_body.html' %}
{% endif %} {% if S_SHOW_POLL_BOX || S_POLL_DELETE %}
{{ L_ADD_POLL }}
{% include 'posting_poll_body.html' %}
{% endif %} {% EVENT posting_editor_add_panel_tab %}
{% endif %}