{#if protection?.showWarning || protection?.isBlocked}
{protection?.isBlocked ? 'Lunch break conflict' : 'Lunch break warning'}
{protection?.warningMessage}
{/if} {#if outOfHours}
Out-of-hours booking
This time slot is outside regular business hours (06:00-22:00).
{/if}
{#if protection?.isBlocked}Booking conflict{:else if protection?.showWarning}Lunch warning{:else}Time selected{/if}
{selectedDate} at {selectedTime} {' — '} {endTime} {' ('}{duration} min)