{% extends "base.html" %} {% block title %}Workflows & requests — ApprovalFlow{% endblock %} {% block content %}
Create workflows, watch every request, and open any of them for the full audit trail.
| Name | Intake tag | Allowed domain | Approver | Status | |
|---|---|---|---|---|---|
| {{ w.name }}{% if w.description %} {{ w.description }}{% endif %} |
+{{ w.slug }} / [{{ w.slug }}] | @{{ w.allowed_domain }} | {{ w.approver_email }} | {% if w.active %}active{% else %}paused{% endif %} | Edit |
| No workflows yet — create the first one. | |||||
| # | Workflow | From | Subject | Source | Status | Received |
|---|---|---|---|---|---|---|
| {{ r.id }} | {{ r.wf_name }} | {{ r.requester }} | {{ r.subject }} | {{ r.source }} | {{ r.status }} | {{ r.created_at }} |
| No requests yet. | ||||||