{% extends "notifications/base_email.html" %} {% block title %}Upcoming Leave Reminder{% endblock %} {% block header %}Upcoming Leave Reminder{% endblock %} {% block content %}

Dear {{ employee.user.first_name }},

Reminder: Your approved leave is starting soon.

Leave Details

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)

Please ensure you've completed all necessary handover tasks before your leave begins. If you have any pending work items, please coordinate with your team members.

We hope you enjoy your time off!

Thank you for using the ICTAZ Workforce Time and Leave Management System.

{% endblock %}