{{ if ( eq ( .Scratch.Get "listMode" ) "current" ) }} {{ .Scratch.Set "filterCol" "Started At" }} {{ .Scratch.Set "filterDir" "asc" }} {{ else if ( eq ( .Scratch.Get "listMode" ) "log" ) }} {{ .Scratch.Set "filterCol" "Finished At" }} {{ .Scratch.Set "filterDir" "desc" }} {{ else if ( eq ( .Scratch.Get "listMode" ) "wishlist" ) }} {{ .Scratch.Set "filterCol" "Title" }} {{ .Scratch.Set "filterDir" "asc" }} {{ end }} {{ range ( sort ( sort ( index $.Site.Data.books ( .Scratch.Get "listMode" ) ) "Title" "asc" ) ( .Scratch.Get "filterCol" ) ( .Scratch.Get "filterDir" ) ) }} {{ index . "Date Added" }} {{- with ( where ( where $.Site.Pages "Section" "books" ) "Title" .Title ) -}} {{ range . }} {{ end }} {{- end -}} {{ .Title }} {{- with ( where ( where $.Site.Pages "Section" "books" ) "Title" .Title ) -}} {{- end -}} {{ .Author }} {{ index . "Year Published" }} {{- if ( index . "Finished At" ) -}} {{- index . "Finshed At" -}} {{- else -}} n/a {{- end -}} {{ end }}