{% 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 %}

{% include "./seo_error_message.html" %}

{% endif %}