{% INCLUDE 'overall_header.html' %}

{{ lang('DL_CAT_TITLE') }}

{{ lang('DL_CAT_EDIT_EXPLAIN') }}

{% INCLUDE 'acp_dl_limits.html' %}
{% if S_DL_IDX_TYPE %}
{% if S_DL_IDX_TYPE == 'c' %} {{ lang('DL_ACP_IDX_TYPE_F') }} {% else %} {{ lang('DL_ACP_IDX_TYPE_C') }} {% endif %}
{% endif %} {% if S_DL_CAT_PATH %}
{% for dl_acp_cat_navi in loops.dl_acp_cat_navi %} {{ dl_acp_cat_navi.DL_NAME }}{% if not dl_acp_cat_navi.S_LAST_ROW %} « {% endif %} {% endfor %}
{{ U_DL_CAT_NAV }}
{% endif %}
{% for categories in loops.categories %} {% endfor %}
{{ lang('DL_CAT_NAME') }} {{ lang('ACTION') }}
{{ categories.DL_CAT_NAME }}
{% if categories.DL_CAT_ICON %} {{ categories.DL_CAT_NAME }} {% endif %} {% if categories.U_DL_CAT_OPEN %} {% endif %} {{ categories.DL_CAT_NAME }} {% if categories.U_DL_CAT_OPEN %} {% endif %}
{% if categories.DL_CAT_DESCRIPTION %}
{{ categories.DL_CAT_DESCRIPTION }} {% endif %}
{% if categories.S_FIRST_ROW && not categories.S_LAST_ROW %} {{ ICON_MOVE_UP_DISABLED }} {{ ICON_MOVE_DOWN }} {% elseif not categories.S_FIRST_ROW && not categories.S_LAST_ROW%} {{ ICON_MOVE_UP }} {{ ICON_MOVE_DOWN }} {% elseif categories.S_LAST_ROW && not categories.S_FIRST_ROW %} {{ ICON_MOVE_UP }} {{ ICON_MOVE_DOWN_DISABLED }} {% else %} {{ ICON_MOVE_UP_DISABLED }} {{ ICON_MOVE_DOWN_DISABLED }} {% endif %} {{ ICON_EDIT }} {% if categories.U_DL_CAT_DELETE %} {{ ICON_DELETE }} {% else %} {{ ICON_DELETE_DISABLED }} {% endif %} {% if categories.L_DL_DELETE_STATS %} • {{ categories.L_DL_DELETE_STATS }} {% endif %} {% if categories.L_DL_DELETE_COMMENTS %} • {{ categories.L_DL_DELETE_COMMENTS }}{% endif %} {% if categories.L_DL_SORT_ASC %}{% if categories.L_DELETE_STATS or categories.L_DL_DELETE_COMMENTS %}
{% endif %} • {{ categories.L_DL_SORT_ASC }} {% endif %}
{% if S_DL_SORT_MAIN or S_DL_TOTAL_STATS or S_DL_TOTAL_COMMENTS %}
{% if S_DL_SORT_MAIN %}{{ lang('DL_SUB_SORT_ASC_ZERO') }}{% endif %} {% if S_DL_TOTAL_STATS %}{{ lang('DL_STATS_DELETE_ALL') }}{% endif %} {% if S_DL_TOTAL_COMMENTS %}{{ lang('DL_COMMENTS_DELETE_ALL') }}{% endif %}
{% endif %}
 

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