{# -*- 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 %}
{%- for d in record.ui.generalDescriptions %} {{d}} {%- endfor %}
{%- for d in record.ui.educationalDescriptions %} {{d}} {%- endfor %}