{% include 'overall_header.html' %} {% if S_ADD_SLIDE or S_EDIT_SLIDE %} {% include 'alter_slideshow.html' %} {% else %}

{{ lang('ACP_MANAGE_SLIDES_TITLE') }}

{% if S_TAMIT_SLIDESHOW_MODE_TOPICS == 1 %}

{{ lang('WARNING') }}

{{ lang('SLIDE_SETTINGS_NOT_AFFECTED') }}

{% endif %} {% for list in [ { 'loop': loops.slides, 'allow_enable': true } ] %} {% if list.loop %} {% for slide in list.loop %} {% endfor %} {% elseif not loops.slides and loop.last %} {% endif %} {% endfor %}
{{ lang('SLIDE_TITLE') }} {{ lang('SLIDE_STATUS') }} {{ lang('ACTION') }}
{{ slide.TITLE }} {% if list.allow_enable %} {% if slide.S_ENABLED %}{{ lang('ENABLED') }}{% else %}{{ lang('DISABLED') }}{% endif %} {% else %} {{ lang('DISABLED') }} {% endif %} {ICON_MOVE_UP} {ICON_MOVE_DOWN} {{ ICON_EDIT }} {{ ICON_DELETE }}
{{ lang('ACP_SLIDES_EMPTY') }}
{{ lang('ACP_SLIDES_FIX_POSITION') }} {{ S_FORM_TOKEN }}
{% endif %} {% include 'overall_footer.html' %}