{# -*- coding: utf-8 -*- Copyright (C) 2021 Graz University of Technology. Invenio-Records-Marc21 is free software; you can redistribute it and/or modify it under the terms of the MIT License; see LICENSE file for more details. #} {%- from "invenio_records_marc21/landing_page/macros/authors.html" import show_authors %} {% set production = metadata["production_publication_distribution_manufacture_and_copyright_notice"] %} {% if production and production["name_of_producer_publisher_distributor_manufacturer"] %} {% set authors = production["name_of_producer_publisher_distributor_manufacturer"] %}

{{_("Rights Holder(s)")}}

{{ show_authors(authors) }} {% endif %}