{{define "title"}}Schedule{{end}} {{define "content"}}

Schedule

Shows from your watchlist that are currently airing.

Manage watchlist
{{template "schedule_skeleton"}}
{{end}} {{define "schedule_section"}}
{{if eq (len .Animes) 0}}

Nothing airing yet

Add currently airing shows to your watchlist to see their weekly broadcast schedule here.

{{else}}
Time
Images
Sort
Week starts
{{range (list "Monday" "Tuesday" "Wednesday" "Thursday" "Friday" "Saturday" "Sunday")}} {{$day := .}}

{{$day}}

0
{{end}}
{{end}}
{{end}} {{define "schedule_section_scraped"}}
{{if eq (len .ScheduleDays) 0}}

No schedule data

Could not load the schedule feed right now.

{{else}}
← Previous Next →
{{range .ScheduleDays}}
{{.DateLabel}}

{{.WeekdayLabel}}

{{if eq (len .Entries) 0}}
No releases scheduled
{{else}} {{range .Entries}}
{{if .ImageURL}} {{.Title}} {{end}}
{{.LocalTime}} {{.EpisodeText}} {{.AirType}}

{{.Title}}

View details →
{{end}} {{end}}
{{end}}
{{end}}
{{end}} {{define "schedule_skeleton"}}
{{range (seq 7)}}
{{range (seq 3)}}
{{end}}
{{end}}
{{end}}