{% extends "notifications/base_email.html" %} {% block title %}Overtime Request Approved by Registrar{% endblock %} {% block header %}Overtime Request Approved by Registrar{% endblock %} {% block content %}
Dear {{ employee.user.first_name }},
Your overtime request has been approved by the Registrar and is now pending payment processing.
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 your payment has been processed by the Finance department.
Thank you for using the ICTAZ Workforce Time and Leave Management System.
{% endblock %}
Registrar Comment
{{ overtime_request.registrar_comment }}