{{ lang('ADD_ATTACHMENT_EXPLAIN') }}

{% if MAX_ATTACHMENT_FILESIZE is not empty %}

{{ MAX_ATTACHMENT_FILESIZE }}

{% endif %}
{% EVENT posting_attach_body_file_list_before %}
{% EVENT posting_attach_body_attach_row_before %} {% for attach_row in loops.attach_row %} {% EVENT posting_attach_body_attach_row_prepend %} {% EVENT posting_attach_body_attach_row_append %} {% endfor %} {% EVENT posting_attach_body_attach_row_after %}
{{ lang('PLUPLOAD_FILENAME') }} {{ lang('FILE_COMMENT') }} {{ lang('PLUPLOAD_SIZE') }} {{ lang('PLUPLOAD_STATUS') }}
{% if S_BBCODE_ALLOWED %} {% endif %}
{{ attach_row.FILENAME }} {% EVENT posting_attach_body_attach_row_controls_prepend %} {% if S_BBCODE_ALLOWED and S_INLINE_ATTACHMENT_OPTIONS %} {% endif %} {% EVENT posting_attach_body_attach_row_controls_append %} {{ attach_row.S_HIDDEN }} {{ attach_row.FILESIZE }}
{% EVENT posting_attach_body_file_list_after %}