<?php
/* Smarty version 3.1.33, created on 2022-01-24 16:46:04
  from '/home/recursosspa/public_html/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_61eed7cce47f12_46567168',
  'has_nocache_code' => false,
  'file_dependency' => 
  array (
    '367af5ef832744261b44a58db82363768947fa8f' => 
    array (
      0 => '/home/recursosspa/public_html/testlink/gui/templates/inc_msg_from_array.tpl',
      1 => 1643038917,
      2 => 'file',
    ),
  ),
  'includes' => 
  array (
  ),
),false)) {
function content_61eed7cce47f12_46567168 (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 }
}
