[%- FOREACH error IN errors %]
[%- '
' IF loop.first %]
[% error %]
[% '
' IF loop.last -%]
[% END -%]
[%- FOREACH debug IN debugs %]
[%- 'Debugging:
' IF loop.first -%]
[% debug %]
[% '
' 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 -%]
[% '
' IF loop.last -%]
[% END -%]