{# SPDX-License-Identifier: AGPL-3.0-or-later #} {# SPDX-FileCopyrightText: 2026 JWP Consulting GK #} {% extends "admin/base_site.html" %} {% block title %}Validate Resources{% endblock %} {% block content %}
Checked {{ result.total }} resource{{ result.total|pluralize }}, found {{ result.total_warnings }} warning{{ result.total_warnings|pluralize }}.
{% if not result.warnings %}All resources passed validation.
{% else %}| Page | Warning |
|---|---|
{{ address }}
|
{% endif %}
{{ warning }} |