{% extends "base.html" %} {% set section = "modules" %} {% block title %}Edit module · {{ module.name }} — Pipekit{% endblock %} {% block content %}
Edit module · {{ module.name }} module #{{ module.id }} {% if module.running %}running{% endif %} ← back to module
{% if module.running %}
This module is currently running. Saving changes now is allowed but may affect the in-flight run.
{% endif %}
cancel
{% endblock %}