{% extends "base.html" %} {% block title %}{% if step %}Edit step{% else %}New step{% endif %} — nlght Admin{% endblock %} {% block content %}

Workflows / Version /

{% if step %}Edit step: {{ step.name }}{% else %}New step{% endif %}

{% if error %}
{{ error }}
{% endif %}
Cancel
{% endblock %}