X-Git-Url: http://www.aleph1.co.uk/gitweb/?a=blobdiff_plain;f=web%2Fcore%2Fmodules%2Fsystem%2Ftemplates%2Fauthorize-report.html.twig;fp=web%2Fcore%2Fmodules%2Fsystem%2Ftemplates%2Fauthorize-report.html.twig;h=914458684775426c1b56fe4e3e7f7c39dda98b5a;hb=a2bd1bf0c2c1f1a17d188f4dc0726a45494cefae;hp=0000000000000000000000000000000000000000;hpb=57c063afa3f66b07c4bbddc2d6129a96d90f0aad;p=yaffs-website diff --git a/web/core/modules/system/templates/authorize-report.html.twig b/web/core/modules/system/templates/authorize-report.html.twig new file mode 100644 index 000000000..914458684 --- /dev/null +++ b/web/core/modules/system/templates/authorize-report.html.twig @@ -0,0 +1,23 @@ +{# +/** + * @file + * Default theme implementation for authorize.php operation report templates. + * + * This report displays the results of an operation run via authorize.php. + * + * Available variables: + * - messages: A list of result messages. + * - attributes: HTML attributes for the element. + * + * @see template_preprocess_authorize_report() + * + * @ingroup themeable + */ +#} +{% if messages %} + + {% for message_group in messages %} + {{ message_group }} + {% endfor %} + +{% endif %}