X-Git-Url: https://git.deb.at/?p=deb%2Fpackages.git;a=blobdiff_plain;f=templates%2Fhtml%2Fmessages.tmpl;h=3faa76d97faf8b49fa31201851b99fa9bdc21fc6;hp=3d8b6a680c2fc98068cca2513de0fadf91721466;hb=b9f0c69092ef533663cd99fbd98459dfc7790313;hpb=2ec757bb58907b15c43548be5601d4f2b8c7caac diff --git a/templates/html/messages.tmpl b/templates/html/messages.tmpl index 3d8b6a6..3faa76d 100644 --- a/templates/html/messages.tmpl +++ b/templates/html/messages.tmpl @@ -1,31 +1,16 @@ [%- FOREACH error IN errors %] [%- '
' IF loop.first %] -

[% error %]

+

[% error | html %]

[% '
' IF loop.last -%] [% END -%] [%- FOREACH debug IN debugs %] [%- '

Debugging:

' IF loop.first -%]
-[% debug %]
+[% debug | html %]
 [% '
' IF loop.last -%] [% END -%] [%- FOREACH hint IN hints %] [%- '
' IF loop.first %] -

[% hint %]

-[% '
' IF loop.last -%] -[% END -%] -[%- FOREACH msg IN msgs %] -[%- '
' IF loop.first %] -

[% msg %]

-[% '
' IF loop.last -%] -[% END -%] -[%- FOREACH note IN notes %] -[%- '
' IF loop.first %] -[%- IF note.1 %] -

[% note.0 %]

-

[% note.1 %]

-[% ELSE %] -

[% note.0 %]

-[% END -%] +

[% hint | html %]

[% '
' IF loop.last -%] [% END -%]