{% load i18n %}

{% if shift_schedule.id %} {% trans "Update Employee Shift Schedule" %} {% else %} {% trans "Create Employee Shift Schedule" %} {% endif %}

{% csrf_token %} {{ form.non_field_errors}} {{form.as_p}}