{{template "base" . }} {{define "title"}}Documents{{end}} {{define "header"}} Documents {{end}} {{define "content"}}
{{ if .Data.Filepath }} Read {{ end }}

ISBN-10:

{{ or .Data.Isbn10 "N/A" }}

ISBN-13:

{{ or .Data.Isbn13 "N/A" }}

{{ template "svg/activity" (dict "Size" 28) }}
{{ if .Data.Filepath }} {{ template "svg/download" (dict "Size" 28) }} {{ else }} {{ template "svg/download" (dict "Size" 28 "Disabled" true) }} {{ end }}

Title

{{ or .Data.Title "N/A" }}

Author

{{ or .Data.Author "N/A" }}

Time Read

Seconds / Percent

{{ .Data.SecondsPerPercent }}

Words / Minute

{{ .Data.Wpm }}

Est. Time Left

{{ NiceSeconds .TotalTimeLeftSeconds }}

{{ NiceSeconds .Data.TotalTimeSeconds }}

Progress

{{ .Data.Percentage }}%

Description

{{ or .Data.Description "N/A" }}

{{ if .MetadataError }}

No Metadata Results Found

Back to Document
{{ end }} {{ if .Metadata }}

Metadata Results

Cover
Title
{{ or .Metadata.Title "N/A" }}
Author
{{ or .Metadata.Author "N/A" }}
ISBN 10
{{ or .Metadata.ISBN10 "N/A" }}
ISBN 13
{{ or .Metadata.ISBN13 "N/A" }}
Description
{{ or .Metadata.Description "N/A" }}
Cancel
{{ end }}
{{end}}