{% load django_htmx %} {% load static %}
DAG Concept Viz.
Flows in Concept
Select Process to Visualize:
{% for flow in all_flowes %}
{{ flow.flow_name }}
{% endfor %}
Show nested tasks:
{% include 'django_flow_forge/components/dag_cyto_conceptual_container.html' %}