{# -*- coding: utf-8 -*- Copyright (C) 2021-2022 Graz University of Technology. invenio-records-lom is free software; you can redistribute it and/or modify it under the terms of the MIT License; see LICENSE file for more details. #} {%- extends "invenio_app_rdm/records/detail.html" %} {%- from "invenio_records_lom/records/macros/tree.html" import make_dep_tree %} {% block head_title %}
{%- for o in record.ui.contributors %} {{o.fullname}} ({{o.role}}) {{"; " if not loop.last}} {%- endfor %}
{%- if record.ui.generalDescriptions %}
{%- for d in record.ui.generalDescriptions %}
{%- for line in d.splitlines() %}
{{line}}
{%- if not loop.last %}
{%- endif %}
{%- endfor %}
{%- endfor %}
{%- for d in record.ui.educationalDescriptions %}
{%- for line in d.splitlines() %}
{{line}}
{%- if not loop.last %}
{%- endif %}
{%- endfor %}
{%- endfor %}