{{define "anime_characters"}}

Characters & Cast

{{range (slice .Items 0 (min (len .Items) 10))}}
{{.Character.Name}}
{{.Character.Name}} {{.Role}} {{if .VoiceActors}} {{(index .VoiceActors 0).Person.Name}} {{end}}
{{end}}
{{end}} {{define "anime_recommendations"}} {{if .Items}}

Recommendations

{{range (slice .Items 0 (min (len .Items) 8))}}
{{.Entry.Title}}
{{.Entry.Title}}
{{end}}
{{end}} {{end}} {{define "anime_recommendations_loading"}}

Recommendations

{{range (seq 8)}}
{{end}}
{{end}} {{define "anime_statistics"}} {{if .Items}}
Watching {{.Items.Watching}}
Completed {{.Items.Completed}}
On Hold {{.Items.OnHold}}
Dropped {{.Items.Dropped}}
Plan to Watch {{.Items.PlanToWatch}}
{{end}} {{end}} {{define "anime_themes"}} {{if or .Items.Openings .Items.Endings}}

Openings

{{range .Items.Openings}}
{{.}}
{{end}}

Endings

{{range .Items.Endings}}
{{.}}
{{end}}
{{else}}
No theme songs available.
{{end}} {{end}} {{define "title"}}{{.Anime.DisplayTitle}}{{end}} {{define "scripts"}}{{end}} {{define "content"}} {{if .WatchlistIDs}}{{end}} {{$anime := .Anime}}
{{$imageUrl := posterURL $anime.Images.Webp.LargeImageURL $anime.Images.Jpg.LargeImageURL 400 600}} {{$anime.Title}}

{{$anime.DisplayTitle}}

{{if and $anime.TitleEnglish (ne $anime.Title $anime.TitleEnglish)}}

{{$anime.Title}}

{{end}}
{{if $anime.Score}}
{{$anime.Score}}
{{end}} {{if $anime.Type}}{{$anime.Type}}{{end}} {{if and $anime.Airing .EpisodesCount}} {{.EpisodesCount}}{{if $anime.Episodes}}/{{$anime.Episodes}}{{end}} episodes {{else if $anime.Episodes}} {{$anime.Episodes}} episodes {{end}} {{if $anime.Status}}{{$anime.Status}}{{end}} {{if $anime.Season}}{{$anime.Premiered}}{{end}} {{if $anime.ShortRating}}{{$anime.ShortRating}}{{end}} {{if .AudioAvailability}} {{.AudioAvailability}} {{end}}
{{template "watchlist_actions" dict "Anime" $anime "User" .User "Status" .Status "ContinueWatchingEp" .ContinueWatchingEp "ContinueWatchingTime" .ContinueWatchingTime}}

Synopsis

{{if $anime.Synopsis}}{{$anime.Synopsis}}{{else}}No synopsis available.{{end}}

{{if and $anime.Synopsis (gt (len $anime.Synopsis) 400)}} {{end}}

Characters & Cast

{{range (seq 5)}}
{{end}}
Loading watch order sequence...

Recommendations

{{range (seq 8)}}
{{end}}
{{end}}