{% extends "base.html" %} {% block title %}{{ workflow.name }} — nlght Admin{% endblock %} {% block content %}
{{ workflow.description }}
{% endif %}| Version | Status | Steps | Actions |
|---|---|---|---|
| v{{ v.version }} | {% if v.status == 'active' %}active {% else %}{{ v.status }}{% endif %} | {{ v.steps | length if v.steps is defined else "—" }} | Open {% if v.status != 'active' %} {% endif %} |
No versions yet.
{% endif %} {% endblock %}