{% extends 'base.html' %} {% load static %} {% block title %}Confirm Absences | FoxFitt{% endblock %} {% block content %} {% comment %} Conflict-confirmation page. Shown when at least one (worker, date) pair on the absence-log form already has a WorkLog. The admin can tick "Also remove from WorkLog" per conflict before committing — useful when correcting an earlier mistake (worker was clocked in but in fact was absent that day). Untouched rows keep their WorkLog intact, so partial-day cases work too. {% endcomment %}