{% extends "base.html" %} {% block title %}PDC Twin Dashboard — ICDEV™{% endblock %} {% block content %}
Pipeline list with latest snapshot. Click Quick Diff to compare the two most recent snapshots, or View Twin for full simulation.
| Pipeline | Classification | Last Snapshot | Actions |
|---|---|---|---|
|
{{ p.name }}
{% if p.description %}{{ p.description[:80] }} {% endif %}
|
{{ p.classification or 'public' }} |
{% if p.last_snapshot %}
{{ p.last_snapshot.label }}
{% else %}
No snapshots
{% endif %}
{{ p.last_snapshot.node_count }}n · {{ p.last_snapshot.created_at[:10] }} |
View Twin {% if p.last_snapshot and p.prev_snapshot %} Quick Diff {% endif %} |
Create your first pipeline in the Pipeline Canvas.