{% extends 'core/base/base.html' %} {% comment %} SPDX-FileCopyrightText: 2022 Helmholtz-Zentrum Dresden-Rossendorf (HZDR) SPDX-License-Identifier: GPL-3.0-or-later {% endcomment %} {% load static %} {% block content %}
ID | Persistent ID | Label | |
---|---|---|---|
{{ obj.pk }} | {{ obj.persistent_id }} {% if not obj.category_in_persistent_id %} {% endif %} | {% if obj.label %} {{ obj.label }} {% elif obj.description %} {{ obj.description }} {% else %} a {{ obj.category_str }} {% endif %} |
ID | Persistent ID | Relation | Category | Label |
---|---|---|---|---|
{{ rel.object.pk }} | {{ rel.object.persistent_id }} | {{ rel.predicate.label }} | {{ rel.object.category_str }} | {{ rel.object.label }} |