{% extends "notifications/base_email.html" %} {% block title %}Leave Request Rejected{% endblock %} {% block header %}Leave Request Rejected{% endblock %} {% block content %}
Dear {{ employee.user.first_name }},
We regret to inform you that your leave request has been rejected by 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 }} |
Reason for Rejection | {{ leave_request.registrar_comment }} |
If you have any questions about this decision, please contact your HR manager.
You may submit a new leave request with adjustments if needed.
Thank you for using the ICTAZ Workforce Time and Leave Management System.
{% endblock %}