{% set icon_type = 'globe' %}
{% if slide.type == 'video' %}
{% set icon_type = 'video' %}
{% elif slide.type == 'picture' %}
{% set icon_type = 'image' %}
{% endif %}
{{ slide.name }}
|
{{ slide.duration }} {{ l.slideshow_slide_panel_th_duration_unit }}
|
|
{% if not fleet_mode or not slide.has_file() %}
{% elif var_external_url.value|length > 0 %}
{% endif %}
|
{% endfor %}