1 [%- USE HTML -%][%- USE LxERP %]
4 <div class="flash_message_[% type %]">
6 [% FOREACH message = messages %]
7 [%- HTML.escape(message) %]
8 [%- UNLESS loop.last %]<br>[% END %]
12 [%- IF FLASH.error && FLASH.error.size %]
13 [%- PROCESS output title=LxERP.t8('Error') type='error' messages = FLASH.error %]
15 [%- IF FLASH.warning && FLASH.warning.size %]
16 [%- PROCESS output title=LxERP.t8('Warning') type='warning' messages = FLASH.warning %]
18 [%- IF FLASH.info && FLASH.info.size %]
19 [%- PROCESS output title=LxERP.t8('Information') type='info' messages = FLASH.info %]