{% load i18n static common %}
{% csrf_token %} {% with form.form as f %}
{{ f.emp }}
{% endwith %}
{% for x,y in data.items %}
{% trans 'leaveSchedule_add_or_edit_days' %}
{% endfor %}