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

Dashboard

{{ workflow_count }}

Workflows

View all →

{{ resource_count }}

Resources

View all →
{% if recent_workflows %}

Recent workflows

{% for wf in recent_workflows %} {% endfor %}
NameStatusVersions
{{ wf.name }} {% if wf.enabled %}enabled{% else %}disabled{% endif %} {{ wf.versions | length }} Open
{% else %}

No workflows yet. Create one →

{% endif %} {% endblock %}