{{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 "title"}}{{.Anime.DisplayTitle}}{{end}} {{define "content"}} {{if .WatchlistIDs}}{{end}} {{$anime := .Anime}}
{{$imageUrl := "https://placehold.co/400x600?text=No+Image"}} {{if $anime.Images.Webp.LargeImageURL}} {{$imageUrl = $anime.Images.Webp.LargeImageURL}} {{else if $anime.Images.Jpg.LargeImageURL}} {{$imageUrl = $anime.Images.Jpg.LargeImageURL}} {{end}} {{$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}}
{{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}}
{{if $anime.Trailer.YoutubeID}}

Trailer

{{end}} {{if $anime.Background}}

Background

{{$anime.Background}}
{{end}}

Characters & Cast

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

Recommendations

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