Example #1
0
		<?php 
}
?>
		<th style="text-align: right"><?php 
echo lang('reports_tpr_table_total');
?>
</th>
	</tr>
	<?php 
arr::alternator();
?>
	<?php 
foreach ($items as $item) {
    ?>
		<?php 
    $alt = arr::alternator('odd', 'even');
    ?>
		<tr class="<?php 
    echo $alt;
    ?>
">
			<td><?php 
    echo h($item->name);
    ?>
</td>
			<?php 
    $total = 0;
    ?>
			<?php 
    foreach ($statuses as $status) {
        ?>