{% load i18n %}
{% if shift.id %} {% trans "Update Employee Shift" %} {% else %} {% trans "Create Employee Shift" %} {% endif %}
{% csrf_token %} {{form.non_field_errors}} {{form.as_p}}