{% INCLUDE 'overall_header.html' %}

{{ lang('DL_CONFIG') }}

{{ DL_TITLE_PAGE }}

{% if S_DL_ERROR %}

{{ DL_ERROR_MSG }}

{% endif %}

{{ lang('DL_DOWNLOAD_PATH') }}{{ lang('COLON') }} {{ DL_EXT_FILES_PATH }}

{{ lang('DL_DOWNLOAD_PATH_EXPLAIN') }}

{% INCLUDE 'acp_dl_limits.html' %}
{{ lang('SELECT_FORM') }}{{ lang('COLON') }} {{ S_FORM_TOKEN }}
{% for dl_options in loops.dl_options %} {% if dl_options.S_DL_LEGEND %} {% if not dl_options.S_FIRST_ROW %} {% endif %}
{{ dl_options.DL_LEGEND }} {% else %}
{% if dl_options.S_DL_EXPLAIN %}
{{ dl_options.DL_TITLE_EXPLAIN }}{% endif %}
{% if dl_options.DL_HELP_KEY %}{% else %} {% endif %}  {{ dl_options.DL_CONTENT }} {% if dl_options.DL_PREVIEW %}


{{ dl_options.DL_PREVIEW }}
{% endif %}
{% endif %} {% endfor %}
  {{ S_FORM_TOKEN }} {{ S_DL_HIDDEN_FIELDS }}

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