{{ $inside_volume := .inside_volume | default false }} {{ $modalId := print "modalID_" .index }} {{ with .paper }}

{{ with .Params.paper_kind }} {{ . }} {{ end }} {{- range $index, $authors := .Params.Researchers -}} {{- $author := site.GetPage (printf "/persons/%s" .) -}} {{ if $author }} {{- if ne $index 0 -}},{{ end }} {{- end -}} {{- end -}} {{ .Params.authors_list }}

{{ if not $inside_volume }}

{{ range .Params.Volumes }} {{ $volume := site.GetPage (printf "/volumes/%s" .) }} {{ if $volume }} {{ i18n "commons.in" }} “{{ $volume.Title }}” {{ end }} {{ end }}

{{ end }}
{{ partial "papers/actions.html" (dict "paper" . ) }}
{{ end }}