×
`
}
}
Template.Popup = class {
static list_item(i, list_tile_color, unique, department, number, profname, list_sub_color, line) {
return `
${conflict_message}>`
}
static line(line) {
let {
days,
start_time,
end_time,
location_link,
location_full
} = line;
return `${days}:
${start_time} to ${end_time}
${location_full}
`
}
}
Template.Import = class {
static import_button() {
return `
`;
}
static waitlist_import_button() {
return `
`;
}
}