<!-- Handler -->
<tr <?php 
echo helper_alternate_class();
?>
>
	<td class="category">
		<?php 
echo lang_get('assigned_to');
?>
	</td>
	<td colspan="5">
		<?php 
if (access_has_bug_level(config_get('view_handler_threshold'), $f_bug_id)) {
    print_user_with_subject($t_bug->handler_id, $f_bug_id);
}
?>
	</td>
</tr>


<tr <?php 
echo helper_alternate_class();
?>
>

	<!-- Priority -->
	<td class="category">
		<?php 
echo lang_get('priority');
            ?>
	<td class=xl2216681 nowrap style='border-top:none;border-left:none'>
	<?php 
            print_user_with_subject($v_reporter_id, $v_id);
            echo "</td>";
        }
        $name_index++;
        ?>

	<?php 
        if ($name_index < $field_name_count && (!isset($t_prefs[$name_index]) || 1 == $t_prefs[$name_index])) {
            ?>
	<td class=xl2216681 nowrap style='border-top:none;border-left:none'>
	<?php 
            if (access_has_bug_level(config_get('view_handler_threshold'), $v_id)) {
                print_user_with_subject($v_handler_id, $v_id);
            }
            echo "</td>";
        }
        $name_index++;
        ?>

	<?php 
        if ($name_index < $field_name_count && (!isset($t_prefs[$name_index]) || 1 == $t_prefs[$name_index])) {
            ?>
	<td class=xl2216681 nowrap style='border-top:none;border-left:none'>
	<?php 
            echo get_enum_element('priority', $v_priority);
            echo "</td>";
        }
        $name_index++;