{% INCLUDE 'overall_header.html' %}

{{ lang('EDS_TITLE') }}

{{ lang('EDS_TITLE_EXPLAIN') }}

{% if loops.pagination|length or EDS_CATEGORIES %} {% endif %}
{% if S_NO_CAT %} {{ lang('EDS_BACK_INDEX') }} {% else %}
{% if S_DM_EDS_ALLOW_CAT_IMG %} {{ lang('EDS_CAT_IMAGE') }} {% endif %} {{ lang('EDS_CATS_NAME') }} {{ lang('EDS_CAT_DESC') }} {{ lang('EDS_NUMBER_DOWNLOADS') }} {{ lang('EDS_LAST_FILE') }}
{% for catrow in loops.catrow %}
{% if S_DM_EDS_ALLOW_CAT_IMG %} {{ catrow.CAT_NAME }} {% endif %} {{ catrow.CAT_NAME }}
{{ catrow.SUBCATS }}
{{ catrow.CAT_DESC }} {{ catrow.NUMBER_DOWNLOADS }} {{ catrow.LAST_DOWNLOAD }}
{% endfor %}
{% endif %}
{% if loops.pagination|length or EDS_CATEGORIES %} {% endif %}
{% INCLUDE 'overall_footer.html' %}