{% load static %} {% block head %} {% load django_htmx %} Flow Dashboard {% endblock head %} {% block body %}

Flow Dashboard


{% include 'django_flow_forge/components/task_summary_charts.html' %}

Status Table


{% for flow in page_obj %} {% endfor %}
Process Name Start Time Status Metadata
{{ flow.flow_name_snapshot }} {{ flow.start_time }} {{ flow.get_status_display }} {{ flow.meta|slice:":300" }}{% if flow.meta|length > 300 %}...{% endif %}
{% include 'django_flow_forge/components/dag_graph_and_ml.html' %}
{% endblock body %}