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

Airing 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 time here.

{{else}}
Time
Images
Sort
Week
{{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 Week Next Week
{{range .ScheduleDays}}
{{.DateLabel}}

{{.WeekdayLabel}}

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

{{.Title}}

Open details
{{end}} {{end}}
{{end}}
{{end}}
{{end}} {{define "schedule_skeleton"}}
{{range (seq 6)}}
{{end}}
{{end}}