{% extends "base.html" %} {% block title %}Shifts — Bid Checker{% endblock %} {% block content %}
| Name | Days | Time | Users | Sites | Active | Actions |
|---|---|---|---|---|---|---|
| {{ s.name }} {{ s.note or '' }} |
{{ s.days_of_week }} | {{ s.start_time }} – {{ s.end_time }} | {{ s.user_count }} | {{ s.website_count }} | {{ 'Active' if s.is_active else 'Inactive' }} | |
| No shifts configured. | ||||||
| Shift | {% for label, _ in day_map %}{{ label }} | {% endfor %}||||||
|---|---|---|---|---|---|---|---|
|
{{ s.name }}
{{ s.start_time|hhmm }}–{{ s.end_time|hhmm }}
|
{% for _, day_val in day_map %}
{% if day_val in s.days_of_week %} ✓ {% else %} — {% endif %} | {% endfor %}||||||
| No active shifts. | |||||||