La mesa

{{ weekLabel() }} @if (isThisWeek()) { · esta semana }

@if (loading() && !week()) {

Cargando…

} @else if (error() === 'load') {

No se pudo cargar la planificación. Reintenta en un momento.

} @else { }

{{ label }}

@if (isEditing(date, slot, course)) {
@if (suggestionsOpen() && suggestions().length > 0) {
    @for (suggestion of suggestions(); track suggestion; let i = $index) {
  • }
}
} @else { }