{{ date_label }}
{% if day.entry %}
{{ chip(minutes_to_hhmm(day.entry.start_minutes) ~ ' → ' ~ minutes_to_hhmm(day.entry.end_minutes), 'time') }}
{{ chip('Pause: ' ~ day.entry.break_minutes ~ ' min', 'break') }}
{{ chip('Netto: ' ~ minutes_to_hhmm(day.net_minutes), 'net') }}
{% else %}
{{ chip('Keinen Eintrag', 'empty') }}
{% endif %}
{% if is_vacation %}{{ status_badge_form(csrf_token, day, return_to, 'vacation') }}{% endif %}
{% if special_status == 'holiday' %}{{ status_badge_form(csrf_token, day, return_to, 'holiday') }}{% endif %}
{% if special_status == 'sick' %}{{ status_badge_form(csrf_token, day, return_to, 'sick') }}{% endif %}
{% if overtime_adjustment_minutes %}{{ status_badge_form(csrf_token, day, return_to, 'overtime') }}{% endif %}
{% if day.entry %}
{% else %}
{% if has_status and status_edit_url %}
{% endif %}
{% endif %}