{{ L_ADD_ATTACHMENT_EXPLAIN }} {{ L_PLUPLOAD_DRAG_TEXTAREA }}

{% if MAX_ATTACHMENT_FILESIZE is not empty %}

{{ MAX_ATTACHMENT_FILESIZE }}

{% endif %}
{{ L_ADD_ATTACHMENT }}
{% EVENT posting_attach_options_prepend %}
{% if S_BBCODE_ALLOWED %} {% endif %}
{% for attach_row in attach_row %}
{% EVENT posting_attach_body_attach_row_controls_prepend %}
{% EVENT posting_attach_body_attach_row_controls_append %}
{{ attach_row.FILENAME }} {{ attach_row.FILESIZE }} {% if S_BBCODE_ALLOWED and S_INLINE_ATTACHMENT_OPTIONS %} {% endif %}
{{ attach_row.S_HIDDEN }}
{% endfor %}