{% INCLUDE 'dl_header.html' %} {% if S_CAT_RULE %}
{{ CAT_RULE }}
{% endif %}

{{ STATUS }}


{{ lang('DL_HACK_VERSION') }}{{ lang('COLON') }} {{ VER_VERSION }}

{% if not S_ACTIVE %}
{{ lang('DL_NOT_ACTIVE') }}
{% endif %} {% if U_VER_EDIT %} {% endif %}
{{ VER_DESC }}
{{ lang('DL_FILE_NAME') }}{{ lang('COLON') }} {{ FILE_NAME }}{% if FILE_SIZE %}, {{ lang('DL_FILE_SIZE') }}{{ lang('COLON') }} {{ FILE_SIZE }}{% endif %}
{% for images in loops.images %} {% if images.S_FIRST_ROW %}

{{ lang('DL_IMAGES') }}{{ lang('COLON') }}

{% endif %} {% endfor %} {% for files in loops.files %} {% if files.S_FIRST_ROW %}

{{ lang('DL_FILES_TITLE') }}{{ lang('COLON') }}

{% endif %} {% endfor %}

{% INCLUDE 'dl_footer.html' %}