{{- with site.Data.school -}}
{{ htmlUnescape (trim .name "\n") }}
{{ if or (.address) (.country) -}}
{{ if .address }}{{ trim .address "\n" }}
{{ end }}
{{ if .zipcode }}{{ trim .zipcode "\n" }} {{ end }}{{ if .city }}{{ trim .city "\n" }}{{ end }}
{{ if .country }}{{ trim .country "\n" }}{{ end }}
{{- $phone := trim .phone "\n " -}} {{- $phone_href := replace $phone " " "" -}} {{ $phone }}
{{- end }} {{- end -}} {{- with site.Data.laboratory -}}{{ htmlUnescape (trim .name "\n") }}
{{ if or (.address) (.country) }}
{{ if .address }}{{ .address }}
{{ end }}
{{ if .zipcode }}{{ .zipcode }} {{ end }}{{ if .city }}{{ .city }}{{ end }}
{{ if .country }}{{ .country }}{{ end }}
{{- $phone := trim .phone "\n " -}} {{- $phone_href := replace $phone " " "" -}} {{ $phone }}
{{- end }} {{- end -}} {{- with site.Data.journal -}}{{ htmlUnescape (trim .name "\n") }}
{{ trim .issn "\n" }}