<?php
/* Smarty version 3.1.33, created on 2022-01-04 15:09:27
  from '/opt/lampp/htdocs/testlink/gui/templates/inc_result_tproject_tplan.tpl' */

/* @var Smarty_Internal_Template $_smarty_tpl */
if ($_smarty_tpl->_decodeProperties($_smarty_tpl, array (
  'version' => '3.1.33',
  'unifunc' => 'content_61d45517655460_92948834',
  'has_nocache_code' => false,
  'file_dependency' => 
  array (
    'b3ddba2e8fb0328e344ff610d7f2ce274522bdda' => 
    array (
      0 => '/opt/lampp/htdocs/testlink/gui/templates/inc_result_tproject_tplan.tpl',
      1 => 1636032765,
      2 => 'file',
    ),
  ),
  'includes' => 
  array (
  ),
),false)) {
function content_61d45517655460_92948834 (Smarty_Internal_Template $_smarty_tpl) {
?><table>
	<tr>
		<td><?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['lang_get'][0], array( array('s'=>"testproject"),$_smarty_tpl ) );?>
</td><td><?php echo @constant('TITLE_SEP');?>
</td>
		<td>
			<span style="color:black; font-weight:bold; text-decoration: underline;"><?php echo htmlspecialchars($_smarty_tpl->tpl_vars['arg_tproject_name']->value, ENT_QUOTES, 'UTF-8', true);?>
</span>
		</td>
	</tr>
  <?php if ($_smarty_tpl->tpl_vars['arg_tplan_name']->value != '') {?>
	<tr>
		<td><?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['lang_get'][0], array( array('s'=>"testplan"),$_smarty_tpl ) );?>
</td><td><?php echo @constant('TITLE_SEP');?>
</td>
		<td> 
			<span style="color:black; font-weight:bold; text-decoration:underline;"><?php echo htmlspecialchars($_smarty_tpl->tpl_vars['arg_tplan_name']->value, ENT_QUOTES, 'UTF-8', true);?>
</span>
		</td>
	</tr>
  <?php }?>

  <?php if ((isset($_smarty_tpl->tpl_vars['arg_build_set']->value) && $_smarty_tpl->tpl_vars['arg_build_set']->value != '')) {?>
	<?php
$_from = $_smarty_tpl->smarty->ext->_foreach->init($_smarty_tpl, $_smarty_tpl->tpl_vars['arg_build_set']->value, 'name', false, 'idx');
if ($_from !== null) {
foreach ($_from as $_smarty_tpl->tpl_vars['idx']->value => $_smarty_tpl->tpl_vars['name']->value) {
?>
	<tr>
		<?php if ($_smarty_tpl->tpl_vars['idx']->value == 0) {?>
		<td><?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['lang_get'][0], array( array('s'=>"builds"),$_smarty_tpl ) );?>
</td><td><?php echo @constant('TITLE_SEP');?>
</td>
		<?php } else { ?>
		<td>&nbsp;</td><td>&nbsp;</td>
		<?php }?>
		<td> 
			<span style="color:black; font-weight:bold; text-decoration:underline;"><?php echo htmlspecialchars($_smarty_tpl->tpl_vars['name']->value, ENT_QUOTES, 'UTF-8', true);?>
</span>
		</td>
	</tr>
	<?php
}
}
$_smarty_tpl->smarty->ext->_foreach->restore($_smarty_tpl, 1);?>
  <?php }?>

</table><?php }
}
