{% for item in items %}
{{ item|safe }}
{% endfor %}
{% trans 'Warnings' as dialog_title %}
{% trans 'Issues found' as issues_found %}
{% dialog id="accessibility-results" theme="floating" classname="w-dialog--userbar" title=dialog_title subtitle=issues_found %}
{# Contents of the dialog created in JS based on these templates. #}