{% extends "base.html" %} {% block title %}Workflows & requests — MartinhalApprovalFlow{% endblock %} {% block content %}
Create workflows, watch every request, and open any of them for the full audit trail.
| Name | Approval chain | Status | |
|---|---|---|---|
| {{ w.name }}{% if w.description %} {{ w.description }}{% endif %} |
{% for a in w.approvers | fromjson %}{{ loop.index }}. {{ a }}{% if not loop.last %} {% endif %}{% endfor %} |
{% if w.active %}active{% else %}paused{% endif %} | Edit |
| No workflows yet — create the first one. | |||
| # | Workflow | From | Subject | Status | Received |
|---|---|---|---|---|---|
| {{ r.id }} | {{ r.wf_name }} | {{ r.requester }} | {{ r.subject }} | {{ r.status }} | {{ r.created_at }} |
| No requests yet. | |||||