{% if $EXTRA_POSTING_OPTIONS == 1 %}
{% if S_COMPOSE_PM %}
{% endif %}
{% if not S_SHOW_DRAFTS and not $SIG_EDIT == 1 %}
{% endif %}
{% if S_SHOW_ATTACH_BOX and FILTERS %}
{% endif %}
{{ L_OPTIONS }}
{% if not S_SHOW_DRAFTS and not $SIG_EDIT == 1 %}
{% 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 }}