{% extends 'chef/dashboard.html.twig' %} {% block title %}Chef Schedule{% endblock %} {% block dashboard_content %}
| # | Day | Opening | Closing | Closed | Exception Date | Action |
|---|---|---|---|---|---|---|
| {{ loop.index }} | {{ schedule.dayOfWeek }} | {{ schedule.openingTime|date('H:i') }} | {{ schedule.closingTime|date('H:i') }} | {{ schedule.isClosed ? 'Yes' : 'No' }} | {{ schedule.exceptionDate ? schedule.exceptionDate|date('Y-m-d') : '—' }} | |
| No schedule found. | ||||||