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

Dear {{ employee.user.first_name }},

Your overtime request has been successfully submitted and is now pending HR review.

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
Reason {{ overtime_request.reason }}
Status {{ overtime_request.get_status_display }}

You will receive another notification once your request has been reviewed by HR.

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

{% endblock %}