{% include 'simple_header.html' %} {% if S_AUTH_COMM %}

{{ lang('DIR_REPLY_TITLE') }}

{% if ERROR %}
{{ ERROR }}
{% endif %} {% include 'posting_buttons.html' %}
{% EVENT posting_editor_smilies_before %} {% if S_SMILIES_ALLOWED and smiley %} {{ lang('SMILIES') }}
{% for smiley in smiley %} {{ smiley.SMILEY_CODE }} {% endfor %} {% endif %} {% if S_SHOW_SMILEY_LINK and S_SMILIES_ALLOWED%}
{{ lang('MORE_SMILIES') }} {% endif %} {% EVENT posting_editor_smilies_after %} {% if BBCODE_STATUS %}
{% if smiley %}
{% endif %} {{ BBCODE_STATUS }}
{% if S_BBCODE_ALLOWED %} {{ IMG_STATUS }}
{{ FLASH_STATUS }}
{{ URL_STATUS }}
{% endif %} {{ SMILIES_STATUS }}
{% endif %} {% EVENT posting_editor_bbcode_status_after %}
{{ lang('DIR_REPLY_EXP') }}
{% EVENT posting_editor_message_after %}
{% if CAPTCHA_TEMPLATE %} {% DEFINE CAPTCHA_TAB_INDEX = 2 %}
{% include CAPTCHA_TEMPLATE %}
{% endif %}
{{ S_HIDDEN_FIELDS }} {{ S_FORM_TOKEN }}

{% endif %} {% if not S_HAVE_RESULT %}
{{ lang('DIR_NO_COMMENT') }}
{% else %}
{% if comment %} {% for comment in comment %}
{% if comment.S_IGNORE_POST %}
{{ comment.L_IGNORE_POST }}
{{ comment.L_POST_DISPLAY }}
{% endif %}

{% endfor %} {% endif %}
{% endif %} {% include 'footer.html' %}