{% if S_QR_NOT_CHANGE_SUBJECT %} {% endif %} {% if S_DISPLAY_USERNAME %}
{% endif %} {% if (CAPTCHA_TEMPLATE and S_CONFIRM_CODE) %}
{% include CAPTCHA_TEMPLATE %}
{% endif %} {% INCLUDEJS T_ASSETS_PATH ~ '/javascript/editor.js' %} {% if (S_BBCODE_BUTTONS and not(S_ABBC3_QUICKREPLY)) %}
{% EVENT ext_quickreply_editor_buttons_before %} {% if S_BBCODE_QUOTE %} {% endif %} {% if S_BBCODE_IMG %} {% endif %} {% if S_LINKS_ALLOWED %} {% endif %} {% if S_BBCODE_FLASH %} {% endif %} {% EVENT ext_quickreply_editor_buttons_custom_tags_before %} {% for custom_tag in custom_tags %} {% endfor %} {% EVENT ext_quickreply_editor_buttons_after %}
{% endif %} {% if (S_QR_CAPS_ENABLE or S_QR_SHOW_BUTTON_TRANSLIT) %}
{% if S_QR_CAPS_ENABLE %} {{ lang('QR_TRANSFORM_TEXT') }}{{ lang('COLON') }}  {% endif %} {% if S_QR_SHOW_BUTTON_TRANSLIT %} {{ lang('QR_TRANSLIT_TEXT') }}{{ lang('COLON') }}  {% endif %}
{% endif %} {% EVENT ext_quickreply_transform_text_buttons_after %}
{% EVENT ext_quickreply_smiley_box_prepend %} {% if (S_SMILIES_ALLOWED and loops.smiley) %} {{ lang('SMILIES') }}
{% for smile in smiley %} {{ smile.SMILEY_CODE }} {% endfor %} {% endif %} {% if (S_SHOW_SMILEY_LINK and S_SMILIES_ALLOWED) %}
{{ lang('MORE_SMILIES') }} {% endif %} {% EVENT ext_quickreply_smiley_box_append %}
{% include '@boardtools_quickreply/quickreply_form_buttons.html' %}