{% extends "notifications/base_email.html" %} {% block title %}Leave Request HR Approved{% endblock %} {% block header %}Leave Request HR Approved{% endblock %} {% block content %}
Dear {{ employee.user.first_name }},
Your leave request has been approved by HR and is now awaiting final approval from the Registrar.
Leave Type | {{ leave_request.leave_type }} |
---|---|
Start Date | {{ leave_request.start_date }} |
End Date | {{ leave_request.end_date }} |
Duration | {{ leave_request.days_requested }} day(s) |
Status | {{ leave_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 %}