{% extends "app/base.html" %} {% comment %} SPDX-FileCopyrightText: 2024 - Nils Brinckmann - Helmholtz Centre Potsdam - GFZ German Research Centre for Geosciences (GFZ, https://www.gfz-potsdam.de) SPDX-License-Identifier: EUPL-1.2 {% endcomment %} {% load app_extras %} {% block breadcrumb %} {% endblock breadcrumb %} {% block content %}
{% if meta.pagination.pages > 1 %} {% endif %} {% for result in results %} {% endfor %}
Term Definition Status
{{ result.term }} {{ result.definition | default:'-' }} {{ result.status }}
{% if not results %}
There are no matching terms.
{% endif %} {% if meta.pagination.pages > 1 %} {% endif %} {% endblock content %}