{% include 'overall_header.html' %}

{{ lang('TITLE') }}

{{ lang('TITLE_EXPLAIN') }}

{% if S_ERROR %}

{{ lang('WARNING') }}

{{ ERROR_MSG }}

{% endif %}
{{ lang('ACP_PMWELCOME_TEXT') }}

{{ lang('ACP_PMWELCOME_TEXT_EXPLAIN') }}

{% include 'acp_posting_buttons.html' %}


{{ PREVIEW_TEXT }}
{% for option in options %} {% if option.S_LEGEND %} {% if not option.S_FIRST_ROW %} {% endif %}
{{ option.LEGEND }} {% else %}
{% if option.S_EXPLAIN %}
{{ option.TITLE_EXPLAIN }}{% endif %}
{{ option.CONTENT }}
{% endif %} {% endfor %} {% if S_AUTH %}
{% for auth_tpl in auth_tpl %} {% include '{{ auth_tpl.TEMPLATE_FILE }}' %} {% endfor %}
{{ lang('ACP_SUBMIT_CHANGES') }} {% endif %}

 

{{ S_FORM_TOKEN }}
{% include 'overall_footer.html' %}