{% extends 'wagtailadmin/reports/base_report_results.html' %} {% load i18n %} {% block results %} {% if has_placeholder_issues %}

Unprocessed Placeholders Detected

{{ 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.

{% endif %} {% include 'wagtail_seotoolkit/_list_bulk_edit_pages.html' %} {% endblock %} {% block no_results_message %}

{% trans "No pages found." %}

{% endblock %}