{% set EXTRA_POSTING_OPTIONS = 1 %}
{% include 'posting_editor.html' %}
{% if S_SHOW_ATTACH_BOX and FILTERS %}
{% include 'posting_attach_body.html' %}
{% endif %}
{% if S_DISPLAY_REVIEW %}
{% include 'posting_topic_review.html' %}
{% endif %}
{% if S_DISPLAY_HISTORY %}
{% include 'ucp_pm_history.html' %}
{% endif %}
{% include 'ucp_footer.html' %}