{% extends "base.html" %} {% block title %}Delete Shift{% endblock title %} {% block subtitle %}The work shift will be deleted.{% endblock subtitle %} {% block content %}
{% csrf_token %}

Are you sure you want to proceed?
This action is irreversible.


Cancel
{% endblock content %}