{% load i18n %} {% load widget_tweaks %}

{% trans "Export Leave Requests" %}

{% csrf_token %}
{% trans "Excel columns" %}
{% for field in export_form.selected_fields %}
{% endfor %}
{% trans "Leave Request" %}
{{export_filter.form.leave_type_id|add_class:"form-control oh-input"}}
{{export_filter.form.start_date|add_class:"form-control oh-input"}}
{{export_filter.form.end_date|add_class:"form-control oh-input"}}
{{export_filter.form.status|add_class:"form-control oh-input"}}
{% trans "Work Info" %}
{{export_filter.form.employee_id__employee_work_info__company_id|add_class:"form-control oh-input"}}
{{export_filter.form.employee_id__employee_work_info__reporting_manager_id|add_class:"form-control oh-input"}}
{{export_filter.form.employee_id__employee_work_info__department_id|add_class:"form-control oh-input"}}
{{export_filter.form.employee_id__employee_work_info__job_position_id|add_class:"form-control oh-input"}}
{{export_filter.form.employee_id__employee_work_info__shift_id|add_class:"form-control oh-input"}}
{{export_filter.form.employee_id__employee_work_info__work_type_id|add_class:"form-control oh-input"}}
{% trans "Advanced" %}
{{export_filter.form.from_date|add_class:"form-control oh-input"}}
{{export_filter.form.to_date|add_class:"form-control oh-input"}}