{{ workflow_count }}
Workflows
View all →{% extends "base.html" %} {% block title %}Dashboard — nlght Admin{% endblock %} {% block content %}
Workflows
View all →Resources
View all →| Name | Status | Versions | |
|---|---|---|---|
| {{ wf.name }} | {% if wf.enabled %}enabled{% else %}disabled{% endif %} | {{ wf.versions | length }} | Open |
No workflows yet. Create one →
{% endif %} {% endblock %}