{% extends "base.html" %} {% block title %}Thesaurus Management{% endblock %} {% block content %}
| ID | Value | Label | Description | Actions |
|---|---|---|---|---|
| {{ val.id }} {% if is_predefined %} ICCD {% endif %} | {{ val.value }} {% if not is_predefined %} {% endif %} | {{ val.label or '-' }} {% if not is_predefined %} {% endif %} | {{ val.description or '-' }} {% if not is_predefined %} {% endif %} |
{% if is_predefined %}
Read-only
{% else %}
|
The ICCD Thesaurus is a system of controlled vocabularies used to standardize archaeological data.
Note: Thesaurus values are used as options in data entry form dropdowns. ICCD predefined values cannot be modified to maintain standards compliance.