• {{ lang('DL_CAT_NAME') }} / {{ lang('DL_FILE_DESCRIPTION') }}
    {{ lang('DL_CAT_FILES') }}
    {{ lang('DL_LATEST_DOWNLOAD') }}
    {% for subcats in loops.subcats %}
  • {{ subcats.MINI_IMG }} {% if subcats.CAT_ICON %}{% else %} {% endif %} {{ subcats.CAT_NAME }}
    {% if not S_ENABLE_DESC_HIDE %}

    {{ subcats.CAT_DESC }}
    {% endif %} {% if subcats.pagination|length %}
      {% for pagination in subcats.pagination %} {% if pagination.S_IS_PREV %} {% elseif pagination.S_IS_CURRENT %}
    • {{ pagination.PAGE_NUMBER }}
    • {% elseif pagination.S_IS_ELLIPSIS %}
    • {{ lang('ELLIPSIS') }}
    • {% elseif pagination.S_IS_NEXT %} {% else %}
    • {{ pagination.PAGE_NUMBER }}
    • {% endif %} {% endfor %}
    {% endif %} {% if S_SUB_ON_INDEX %} {% for sub in subcats.sub %}
    {% for sublevel_row in sub.sublevel_row %}
    {{ sublevel_row.M_SUBLEVEL }} {% if sublevel_row.M_SUBLEVEL_ICON %}{% endif %}   {{ sublevel_row.L_SUBLEVEL }}
    {% endfor %} {% endfor %} {% endif %}
    {{ subcats.CAT_DL }}
    {% if subcats.CAT_LAST_DL %}
    {{ subcats.CAT_LAST_ICON }}{{ subcats.CAT_LAST_DL }}
    {{ subcats.CAT_LAST_USER }} {% if subcats.CAT_LAST_TIME %} {{ subcats.CAT_LAST_TIME }}{% endif %}
    {% endif %}
  • {% endfor %}