Back to V2

{{ t "page.history.title" }} ({{ .total }})

internal/template/templates/views/history_entries.html

2.2.19522 B
Original Source

{{ define "title"}}{{ t "page.history.title" }} ({{ .total }}){{ end }} {{ define "page_header"}}

{{ t "page.history.title" }} ({{ .total }})

{{ plural "page.read_entry_count" .total .total }}{{ end }} {{ define "content"}} {{ if not .entries }}

{{ t "alert.no_history" }}

{{ else }} {{ template "pagination" .pagination }}

{{ range .entries }} {{ template "item_meta" dict "user" $.user "entry" . "hasSaveEntry" $.hasSaveEntry }} {{ end }}

{{ template "pagination" .pagination }} {{ end }} {{ end }}