{% extends "base.html" %} {% block fluid_content %}
{% for slide in slides %} {% for section in slide.sections %}
{% endfor %}
{% if slide.sections | length == 1 %} {% if slide.sections[0].type == "normal" %} {% elif slide.sections[0].type == "skip" %} {% elif slide.sections[0].type == "loop" %} {% elif slide.sections[0].type == "complete_loop" %} {% else %} [unsupported type] {% endif %} {% else %} +{{ slide.sections | length - 1 }} {% endif %} {{ slide.sections[0].name }}
0 s
couldn't load thumbnail
{% endfor %}

{{ name }}

normal
skip
loop
complete loop
key function
arrowleft last section / repeat (according to go back time in player settings)
arrowright next section (respect complete loop sections)
ctrl/cmd+arrowleft force last section
ctrl/cmd+arrowright force next section
space pause / unpause
{% endblock %} {% block scripts %} {% endblock %}