{# SPDX-License-Identifier: AGPL-3.0-or-later #} {# SPDX-FileCopyrightText: 2026 JWP Consulting GK #} {% extends "admin/base_site.html" %} {% block title %}Validate References{% endblock %} {% block content %}
Checked {{ result.total_refs }} reference{{ result.total_refs|pluralize }}, found {{ result.total_errors }} error{{ result.total_errors|pluralize }}.
{% if result.total_errors == 0 %}All references ok.
{% else %}| Page | Detail |
|---|---|
| {{ page_address }} | {% endif %}
{{ detail }}
|