{{ range .GetTerms "volumes" }}
{{ i18n "volumes.singular_name" }}
{{ .Title }}
{{- if .Params.image -}} {{- partial "commons/image.html" (dict "image" .Params.image "alt" .Title "mobile" "327x388" "tablet" "208x247" "desktop" "408x485" ) -}} {{- else if site.Params.default_image.url -}} {{- partial "commons/image-default.html" (dict "class" "img-fluid") -}} {{- end -}}
{{ 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 }} {{ with .Params.dates.published }}
{{ i18n "papers.dates.published" }}
{{ . | time.Format ":date_long" }}
{{ end }} {{ with .Params.dates.accepted }}
{{ i18n "papers.dates.accepted" }}
{{ . | time.Format ":date_long" }}
{{ end }} {{ with .Params.dates.received }}
{{ i18n "papers.dates.received" }}
{{ . | time.Format ":date_long" }}
{{ end }}