-
- {% if s.type == 'TEXT' %}
-
- {% elif s.type == 'TIME' %}
-
- {% endif %}
- {% if s.name %}{{ s.name }}{% else %}{% trans 'Step' %}
- {{ forloop.counter }}{% endif %}
- {% if s.time != 0 %}
- - {{ 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.time != 0 %}
+ - {{ s.time }} {% trans 'Minutes' %}
+ {% endif %}
+
+
+