{% extends "base/base.html" %} {% block content %}

Dear {{ approver_name }},

A new headcount request has been submitted and requires your approval.

Position:
{{ position }}
Department:
{{ department }}
Budget Impact:
{{ currency }} {{ "{:,.2f}".format(budget_impact) }}
Urgency:
{{ urgency|upper }}
Justification:
{{ justification }}
Requester:
{{ requester_name }}
Submitted:
{{ submitted_date }}
✅ Approve Request ❌ Reject Request

You can also review this request in the Approval Dashboard.


Next Steps:
1. Review the request details above
2. Click Approve or Reject
3. Add any comments if needed

{% endblock %}