{# 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("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 }}
|