{% extends "base.html" %} {% block title %}Workflows — nlght Admin{% endblock %} {% block content %}

Workflows

+ New workflow
{% if workflows %} {% for wf in workflows %} {% include "workflows/_row.html" with context %} {% endfor %}
NameDescriptionEnabledCapabilitiesVersionsActions
{% else %}

No workflows yet. Create one →

{% endif %} {% endblock %}