{{ if isset .Params "pdf" }} {{- $pdf := partial "GetMedia" .Params.pdf -}} {{ i18n "commons.download.pdf" }}
{{ end }} {{ if .Content }} {{ i18n "commons.read_online" }} {{ end }}
{{ if isset .Params "type" }}
{{ i18n "volumes.nature" }}
{{ partial "PrepareHTML" .Params.Type }}
{{ end }} {{ if isset .Params "keywords" }} {{ if gt ( len .Params.keywords ) 0 }}
{{ i18n "volumes.keywords" }}
{{ delimit .Params.Keywords " " }}
{{ end }} {{ end }} {{ if isset .Params "lang" }}
{{ i18n "commons.language" }}
{{ .Params.Lang }}
{{ end }} {{ range .GetTerms "volumes" }}
{{ i18n "volumes.singular_name" }}
{{ .Title }}
{{ end }} {{ if .Date }}
{{ i18n "commons.date" }}
{{ .Date | time.Format ":date_long" }}
{{ end }}