{# SPDX-License-Identifier: AGPL-3.0-or-later #} {# SPDX-FileCopyrightText: 2026 JWP Consulting GK #} {% extends "_default/baseof.html" %} {% load i18n %} {% block main %}

{{ page.title }}

{{ content }}
{% if pages %}

{% trans "Pages" %}

{% include "_internal/pagination.html" with paginator_page=paginator_page pagination_base=pagination_base %} {% else %} {% url 'admin:koriander_page_add' as add_page_url %}

{% blocktrans with href=add_page_url %} You haven't added any pages yet. Add a page {% endblocktrans %}

{% endif %}

{% trans 'Tags' %}

{% blocktrans %} Tags become active when you add it to a page and publish that page. {% endblocktrans %} {% trans 'See all active tags' %}

{% endblock main %}