{% extends "notifications/base_email.html" %} {% block title %}Overtime Request HR Approved{% endblock %} {% block header %}Overtime Request HR Approved{% endblock %} {% block content %}

Dear {{ employee.user.first_name }},

Your overtime request has been approved by HR and is now awaiting final approval from the Registrar.

Overtime Request Details

Date {{ overtime_request.date }}
Start Time {{ overtime_request.start_time }}
End Time {{ overtime_request.end_time }}
Duration {{ overtime_request.hours }} hour(s)
Rate {{ overtime_request.rate }}x
Amount K{{ overtime_request.amount }}
Status {{ overtime_request.get_status_display }}

You will receive another notification once the Registrar has reviewed your request.

Thank you for using the ICTAZ Workforce Time and Leave Management System.

{% endblock %}