% let hasCheckedHorarios = checkedHorarios ? (checkedHorarios.length > 0 ? true: false) : false; %>
Horarios disponibles para el <%=formatedDate%> | |
---|---|
<% if(hasCheckedHorarios) { %>
<% if(checkedHorarios.some(obj => obj.horario_id == item.id)){ %>
<% } else { %>
>
<% } %>
<% } else { %>
>
<% } %>
|