{% INCLUDE 'overall_header.html' %}

{{ lang('TITLE') }}

{{ lang('TITLE_PAGE') }}

{% if S_ERROR %}

{{ ERROR_MSG }}

{% endif %}

{{ lang('DOWNLOAD_PATH') }}{{ lang('COLON') }} {{ EXT_FILES_PATH }}

{{ lang('DOWNLOAD_PATH_EXPLAIN') }}

{{ lang('SELECT_FORM') }}{{ lang('COLON') }} {{ S_FORM_TOKEN }}
{% for options in loops.options %} {% if options.S_LEGEND %} {% if not options.S_FIRST_ROW %} {% endif %}
{{ options.LEGEND }} {% else %}
{% if options.S_EXPLAIN %}
{{ options.TITLE_EXPLAIN }}{% endif %}
{% if options.HELP_KEY %}{{ ICON_DL_HELP }}{% else %} {% endif %}  {{ options.CONTENT }} {% if options.PREVIEW %}


{{ options.PREVIEW }}
{% endif %}
{% endif %} {% endfor %}
  {{ S_FORM_TOKEN }} {{ S_HIDDEN_FIELDS }}

{{ DL_MOD_RELEASE }}
{% INCLUDE 'overall_footer.html' %}