A new budget override request requires your attention
Agent:
{{ agent_id }}
Requester:
{{ requester }}
Current Budget:
${{ "{:,.2f}".format(current_allocation) }}
Requested Amount:
${{ "{:,.2f}".format(requested_amount) }}
{% set increase = ((requested_amount - current_allocation) / current_allocation * 100)|round(1) %}
({{ '+' if increase > 0 }}{{ increase }}%)
Override Type:
{{ override_type }}
Duration:
{{ duration or 'Permanent' }}
Justification:
{{ justification }}