{% extends 'pipeline/base.html' %} {% load i18n %} {% block page_title %}{% trans "Delete Flow" %}{% endblock %} {% block pipeline_content %}
{% blocktrans with name=flow.name %} Are you sure you want to delete the flow {{ name }}? {% endblocktrans %}
{% blocktrans with step_count=step_count %} This will permanently delete {{ step_count }} step(s) and all user-progress records associated with this flow. This action cannot be undone. {% endblocktrans %}