{% if S_BANNER_SCROLL_ENABLED %} {% if BANNER_IS_COLLAPSIBLE %} {% endif %}
    {% for banner_scroll in loops.banner_scroll %}
  • {{ banner_scroll.B_NAME }} {{ lang('BANNER_SCROLL_CLICKS', banner_scroll.B_CLICKS) }}
  • {% else %}
  • {{ lang('BANNER_SCROLL_NOTHING') }}
  • {% endfor %}
{% endif %}