{% load crispy_forms_tags %}
{% csrf_token %}
Leftee Sheet Create
{{leftee_sheet_form.sister_organization.label}}
{{leftee_sheet_form.sister_organization}}
{{leftee_sheet_form.branch.label}}
{{leftee_sheet_form.branch}}
{{leftee_sheet_form.department.label}}
{{leftee_sheet_form.department}}
{{leftee_sheet_form.designation.label}}
{{leftee_sheet_form.designation}}
{{leftee_sheet_form.employee.label}}
{{leftee_sheet_form.employee}}
{{year_month_wise_form.year.label}}
{{year_month_wise_form.year}}
{{year_month_wise_form.month.label}}
{{year_month_wise_form.month}}
{{leftee_sheet_form.process.label}}
{{leftee_sheet_form.process}}
{{leftee_sheet_form.number_of_days.label}}
{{leftee_sheet_form.number_of_days}}