{% load i18n %}
{% csrf_token %}
{{bulk_form.group_name}} {{bulk_form.group_name.errors}}
{{bulk_form.employee_id}} {{bulk_form.employee_id.errors}}
{{bulk_form.start_date}} {{bulk_form.start_date.errors}}
{{bulk_form.end_date}} {{bulk_form.end_date.errors }}