{% extends "notifications/base_email.html" %} {% block title %}Leave Request Approved{% endblock %} {% block header %}Leave Request Approved{% endblock %} {% block content %}
Dear {{ employee.user.first_name }},
Good news! Your leave request has been fully approved.
Leave Type | {{ leave_request.leave_type }} |
---|---|
Start Date | {{ leave_request.start_date }} |
End Date | {{ leave_request.end_date }} |
Duration | {{ leave_request.duration }} day(s) |
Status | {{ leave_request.get_status_display }} |
Your leave has been recorded in the system. Please ensure you've completed any handover tasks before your leave begins.
Thank you for using the ICTAZ Workforce Time and Leave Management System.
{% endblock %}