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

{{ STATUS }}


{{ lang('DL_VERSION') }}

{% for smiley in loops.smiley %} {% if smiley.S_FIRST_ROW %}
{% endif %} {smiley.SMILEY_CODE} {% if smiley.S_LAST_ROW %} {L_MORE_SMILIES}
{% endif %} {% endfor %} {% INCLUDE 'posting_buttons.html' %}

{{ lang('DL_IMAGES') }}

{% for images in loops.images %}
{{ images.NAME }}
  {{ lang('DL_DELETE') }}
{% endfor %}

{{ lang('DL_FILES_TITLE') }}

{% for files in loops.files %}
{{ lang('DL_FILE_NAME') }}{{ lang('COLON') }} {{ files.FILE_NAME }}
  {{ lang('DL_DELETE') }}
{% endfor %}
  

{% INCLUDE 'dl_footer.html' %}