{% comment %} SPDX-FileCopyrightText: 2022 Helmholtz-Zentrum Dresden-Rossendorf (HZDR) SPDX-License-Identifier: GPL-3.0-or-later {% endcomment %} {% load static %} {% load qr_code %} {% if digitalobject.deleted %}
This Digital Object is marked as deleted.
{% endif %} {% if digitalobject.label_is_public %}

{{ digitalobject.label }}

{% else %}

Landing Page

{% endif %} {% if digitalobject.persistent_id %} {% endif %}
{% qr_from_text digitalobject.identifier_link border='0' %}
{% if not static_html %} Download {% endif %}

Metadata Export:

{% if digitalobject.hdl_net_landing_page %} handle.net landing page
{% endif %} {% if not static_html %} public landing page
visit API {% endif %}
{% csrf_token %}
{% if digitalobject.persistent_id %}

Identifier

{{ digitalobject.identifier_label }} {{ digitalobject.identifier_display }}
Namespace {{ digitalobject.category_str }}
{% endif %}
{% for key, values in attributes_by_category %}

{% if key %} {{ key }} {% else %} Properties {% endif %}

{% for key_value in values %} {% endfor %}
{{ key_value.label }} {{ key_value.as_html }} {% if has_write_permission %} {% if key_value.public_settable %} {% elif key_value.is_public %} This attribute is always public {% else %} This attribute can not be public yet. Please ask your HELIPORT admin to implement this. {% endif %} {% endif %}
{% endfor %} {% if has_write_permission %} {% endif %}