{% import 'macros/form.html' as form %}
{% from "tour/snippets/tour_image_upload.html" import image_upload %}
{% set step_id = step.step_id or step.id or h.tour_random_step_id() %}
{% if errors %}
{% set collapse_step = false %}
{% endif %}
{{ step_index or 0 }} {{ _("Step") }}
{% snippet 'snippets/svg/drag.svg' %}
{% set add_next_container = True if add_next_container is undefined else add_next_container %}
{% if add_next_container %}
{% endif %}