{# The glossary table, its filters and the add-term form: unchanged from the single-scroll page, ids and `#detail` targets kept so the `/ui/glossary/*` fragments keep working. #}

{{ tr("Glossary") }}

{{ tr("Filter") }}
{% if terms %} {% for term in terms %} {% endfor %}
{{ tr("Term") }}{{ tr("Aliases") }}{{ tr("Definition") }}{{ tr("Status") }}
{{ term.term }} {% if term.reading %}
{{ term.reading }}
{% endif %}
{{ term.aliases or "" }} {{ term.definition or "" }} {{ term.status }}
{{ term.added_by }}
{% else %}
{{ tr("No glossary terms yet.") }}
{% endif %}

{{ tr("Add a term") }}