<?php
/* Smarty version 3.1.33, created on 2021-11-19 16:35:18
  from '/opt/lampp/htdocs/testlink/gui/templates/inc_msg_from_array.tpl' */

/* @var Smarty_Internal_Template $_smarty_tpl */
if ($_smarty_tpl->_decodeProperties($_smarty_tpl, array (
  'version' => '3.1.33',
  'unifunc' => 'content_6197c4363d6ec4_39076397',
  'has_nocache_code' => false,
  'file_dependency' => 
  array (
    '4d2ca5077ca43ae3fcd3bc18cc81c3c360a601c1' => 
    array (
      0 => '/opt/lampp/htdocs/testlink/gui/templates/inc_msg_from_array.tpl',
      1 => 1636032765,
      2 => 'file',
    ),
  ),
  'includes' => 
  array (
  ),
),false)) {
function content_6197c4363d6ec4_39076397 (Smarty_Internal_Template $_smarty_tpl) {
?>	<div class="<?php echo $_smarty_tpl->tpl_vars['arg_css_class']->value;?>
">
		<ul>
		<?php
$_from = $_smarty_tpl->smarty->ext->_foreach->init($_smarty_tpl, $_smarty_tpl->tpl_vars['array_of_msg']->value, 'msg');
if ($_from !== null) {
foreach ($_from as $_smarty_tpl->tpl_vars['msg']->value) {
?>
			<li><?php echo htmlspecialchars($_smarty_tpl->tpl_vars['msg']->value, ENT_QUOTES, 'UTF-8', true);?>
</li>
		<?php
}
}
$_smarty_tpl->smarty->ext->_foreach->restore($_smarty_tpl, 1);?>
		</ul>
	</div><?php }
}
