</td>
					<td valign="top" class="alternatetd"><?php 
        echo stripslashes(html_entity_decode($item_array[$i]->first_name)) . " " . stripslashes(html_entity_decode($item_array[$i]->last_name));
        ?>
</td>
					<td valign="top"><?php 
        echo isset($product_array[$product_id]) ? stripslashes($product_array[$product_id]) : '';
        ?>
</td>
					<td valign="top" class="alternatetd">
						<?php 
        if ($item_array[$i]->product_level > 1) {
            echo strip_tags(html_entity_decode(get_post_meta($post_id, 'ign_product_level_' . $item_array[$i]->product_level . '_title', true)));
        } else {
            if ($item_array[$i]->product_level == 1) {
                $level_name = strip_tags($project->get_lvl1_name());
                echo $level_name;
            } else {
                echo "&nbsp;";
            }
        }
        ?>
					</td>
					<td valign="top" class="alternatetd"><?php 
        echo isset($item_array[$i]->prod_price) && $item_array[$i]->prod_price > 0 ? apply_filters('id_display_currency', apply_filters('id_order_price', $post_id, $item_array[$i]), $item_array[$i]->prod_price, $post_id) : '';
        ?>
</td>
		            <td valign="top"><?php 
        echo $item_array[$i]->created_at;
        ?>
</td>