{% extends "base.html" %} {% block title %}Request #{{ req.id }} — MartinhalApprovalFlow{% endblock %} {% block content %}
Workflow {{ req.wf_name }} · received {{ req.created_at }}
From: {{ req.requester }}
Subject: {{ req.subject }}
Attachments (included in every approval mail):
{% for att in attachments %}
{{ att.name }}{% if not loop.last %} · {% endif %}
{% endfor %}
Final decision by {{ req.decided_by }} at {{ req.decided_at }}
{% endif %} {% if req.status == 'denied' and req.deny_reason %}Reason for denial: