{% extends 'pipeline/base.html' %} {% load i18n %} {% block page_title %}{% trans "Delete Step" %}{% endblock %} {% block pipeline_content %}
{% blocktrans with name=step.name flow_name=flow.name %} Are you sure you want to delete step {{ name }} from flow {{ flow_name }}? {% endblocktrans %}
{% trans "All user-progress records for this step will also be permanently removed. This action cannot be undone." %}