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

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

Article {{ 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 }}