{% INCLUDE 'overall_header.html' %}

{{ lang('CF_NAOR') }}

{{ lang('CF_NAOR_MANAGE_EXPLAIN') }}

{% if CF_NAOR_S_ERROR %}

{{ lang('WARNING') }}

{{ CF_NAOR_ERROR_MSG }}

{% endif %} {{ _self.notes(CF_NAOR_NOTES) }}

{{ lang('CF_NAOR_MODE_POSITION_EXPLAIN') }}
{{ S_FORM_TOKEN }}
{{ _self.footer(CF_NAOR_METADATA) }} {% INCLUDE 'overall_footer.html' %} {% INCLUDECSS '@chris1278_cfnaor/css/acp_cf_naor.css' %} {% macro notes(notes) %} {% if notes|length %}
{% for note in notes %}

{{ note }}

{% endfor %}
{% endif %} {% endmacro %} {% macro footer(metadata) %}

{{ metadata.EXT_NAME }} {{ metadata.EXT_VER }} © Chris1278
{{ metadata.LANG_DESC|e('html') }} {{ metadata.LANG_VER|e('html') }} • {{ metadata.LANG_AUTHOR|e('html') }}

{% endmacro %}