{% load i18n wagtail_optimizer %} {% format_error_data error as lines %} {% if lines %} {% include "./seo_error_message.html" %} {% for param, value in lines %} {{ param }}: {{ value }} {% endfor %} {% else %}
{{ param }}: {{ value }}
{% include "./seo_error_message.html" %}