{% load wagtailadmin_tags i18n %} {% 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. #} {% enddialog %}