{% include 'overall_header.html' %}
{% if TOPIC_TITLE %}

{% EVENT posting_topic_title_before %}{{ TOPIC_TITLE }}{% EVENT posting_topic_title_after %}

{% else %}

{{ FORUM_NAME }}

{% endif %}
{% if S_FORUM_RULES %}
{% if U_FORUM_RULES %} {{ L_FORUM_RULES }} {% else %} {{ L_FORUM_RULES }}{{ L_COLON }} {{ FORUM_RULES }} {% endif %}
{% endif %}
{% if S_DRAFT_LOADED %}

{{ L_INFORMATION }}

{{ L_DRAFT_LOADED }}

{% endif %} {% if S_SHOW_DRAFTS %}{% include 'drafts.html' %}{% endif %} {% if S_POST_REVIEW %}{% include 'posting_review.html' %}{% endif %} {% if S_DISPLAY_PREVIEW %}{% include 'posting_preview.html' %}{% endif %}

{{ L_POST_A }}

{% set EXTRA_POSTING_OPTIONS = 1 %} {% include 'posting_editor.html' %}
{{ S_FORM_TOKEN }} {% EVENT posting_layout_include_panel_body %}
{% if S_DISPLAY_REVIEW %}
{% include 'posting_topic_review.html' %}
{% endif %} {% include 'overall_footer.html' %}