{% extends 'wagtailadmin/reports/base_report_results.html' %} {% load i18n %} {% block results %} {% if has_placeholder_issues %}
{{ placeholder_issues_count }} page(s) have unprocessed placeholders in their SEO metadata (e.g., {title}, {site_name}).
Since WAGTAIL_SEOTOOLKIT_PROCESS_PLACEHOLDERS is set to False, placeholders are not processed at runtime.
Please re-apply templates in the bulk editor to replace placeholders with actual values.
Show pages with placeholder issues and re-apply templates to fix them.
{% trans "No pages found." %}
{% endblock %}