<#assign slotDuration = (slot.endingHour * 60 + slot.endingMinute) - ( slot.startingHour * 60 + slot.startingMinute ) >
<#if slotDuration != day.appointmentDuration>
<#assign slotSpan= (slotDuration / min_duration_appointments)?round >
<#else>
<#assign slotSpan=rowspan >
#if>
<#if slot.isEnabled >
<#assign listDeSlot ='false' >
<#if slot.nbFreePlaces > 0>
<#if slotListDisponibility??>
<#assign listDeSlot ='true'>
<#assign bool ='false' >
<#list slotListDisponibility as idSlotActive>
<#if (slot.idSlot) == (idSlotActive.idSlot) >
${formMessages.calendarFullLabel}
<@getCellTooltip appointmentSlot=slot />
|
<#assign bool ='true'>
#if>
#list>
<#if bool =='false' >
${formMessages.calendarReserveLabel}
<@getCellTooltip appointmentSlot=slot />
|
#if>
#if>
<#if listDeSlot =='false'>
${formMessages.calendarReserveLabel}
<@getCellTooltip appointmentSlot=slot />
|
#if>
<#else>
${formMessages.calendarFullLabel}
<@getCellTooltip appointmentSlot=slot />
|
#if>
<#else>
${formMessages.calendarFullLabel}
<@getCellTooltip appointmentSlot=slot />
|
#if>
<#assign nbSlotsFilled = nbSlotsFilled + slotSpan>
#list>
<#if nbSlotsFilled < list_time_begin?size - 1>
<#list nbSlotsFilled..(list_time_begin?size - 1) as slotToFill>