+
+ {% if s.type == 'TEXT' %}
+
+ {% elif s.type == 'TIME' %}
+
+ {% endif %}
+ {% if s.name %}{{ s.name }}{% else %}{% trans 'Step' %}
+ {{ forloop.counter }}{% endif %}
+ {% if s.type == 'TIME' %}
+ - {{ s.time }} {% trans 'Minutes' %}
+ {% endif %}
+
+
+
+
- {% if s.type == 'TEXT' %}
-
- {% elif s.type == 'TIME' %}
-
- {% endif %}
- {% if s.name %}{{ s.name }}{% else %}{% trans 'Step' %}
- {{ forloop.counter }}{% endif %}
- {% if s.type == 'TIME' %}
- - {{ s.time }} {% trans 'Minutes' %}
- {% endif %}