{{template "base" .}} {{define "title"}}Documents{{end}} {{define "header"}} Documents {{end}} {{define "content"}}
{{ template "svg/search2" (dict "Size" 15) }}
{{range $doc := .Data }}

Title

{{ or $doc.Title "Unknown" }}

Author

{{ or $doc.Author "Unknown" }}

Progress

{{ $doc.Percentage }}%

Time Read

{{ niceSeconds $doc.TotalTimeSeconds }}

{{ template "svg/activity" }} {{ if $doc.Filepath }} {{ template "svg/download" }} {{ else }} {{ template "svg/download" (dict "Disabled" true) }} {{ end }}
{{end}}
{{ if .PreviousPage }} {{ end }} {{ if .NextPage }} {{ end }}
{{end}}