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

Dear {{ employee.user.first_name }},

Your overtime request has been reviewed and rejected by HR.

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 }}
{% if overtime_request.hr_comment %}

HR Comment

{{ overtime_request.hr_comment }}

{% endif %}

You can edit and resubmit your request by logging into the WTLMS system.

Edit Request

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

{% endblock %}