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

Flow Dashboard


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

Status Table


{% include 'django_flow_forge/components/executed_flow_table.html' %}
{% include 'django_flow_forge/components/dag_graph_and_ml.html' %}
{% endblock body %}