{# SPDX-License-Identifier: AGPL-3.0-or-later #} {# SPDX-FileCopyrightText: 2026 JWP Consulting GK #} {% load static %} {% load i18n %} {% if widget.value %}{{ widget.value }}{% endif %} {% trans 'You have unsaved changes' %} {% if widget.value %}{{ widget.value }}{% endif %} {% trans 'Link to page' %} {% blocktrans with label=link_search_form.page_query.label %}{{ label }}:{% endblocktrans %} {{ link_search_form.page_query }} {{ link_search_form.page_query.help_text }} {% comment %} htmx populates this with a page list rendered by and `page_search_view` in `src/koriander/staff_views.py` using the following template: src/koriander/templates/editor/page_search_results.html {% endcomment %} {% trans 'Loading…' %} {% trans 'Insert footnote' %} {% trans 'Footnote name' %} {% comment %} See the following page for an overview of character classes https://developer.mozilla.org/en-US/docs/Web/JavaScript/Guide/Regular_expressions/Character_classes#types {% endcomment %} {% trans 'Examples: source-1, see-also-2, RFC-9110' %} {% trans 'Discard unsaved changes' %} {% trans 'Are you sure you want to discard all unsaved changes?' %} {% trans 'Discard' %}
{% trans 'Are you sure you want to discard all unsaved changes?' %}