{% extends 'base.html' %} {% import 'macros.html' as m %} {% block title %}{{ flow.name }}{% endblock %} {% block content %}
← Flows List

{{ flow.name }}

{{ flow.id }}

{% if toggle_error %}{{ toggle_error }}{% endif %}

فایل فلو

{% if flow.file %} {% endif %}

توضیحات و کاربرد فلو

توکن‌ها و سرویس‌های مورد استفاده

{{ m.filters_bar(range_options, current_range, statuses, current_statuses, url_for('pages.flow_detail', flow_id=flow.id)) }} {{ m.runs_table(runs) }}

{{ runs|length }} run(s) — last updated {{ generated_at }}

{% endblock %} {% block extra_scripts %} {% endblock %}