[%- IF status_msg -%] [%- DEFAULT theme = OI.theme_properties; SET status_width = width || '50%'; SET status_font_color = font_color || '#000000'; SET status_border = border_color || theme.border_color; SET status_bgcolor = bgcolor ||theme.even_bgcolor; -%]
[%- INCLUDE table_bordered_begin( table_width = status_width, bgcolor = status_bgcolor, border_color = status_border ) -%] Status [% status_msg %] [%- PROCESS table_bordered_end -%]
[%- END -%]