{% 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.
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 can edit and resubmit your request by logging into the WTLMS system.
Thank you for using the ICTAZ Workforce Time and Leave Management System.
{% endblock %}
HR Comment
{{ overtime_request.hr_comment }}