' . "\n"; /********************************************************************** ********************************************************************** ********************************************************************** ********************************************************************** * Overview Main Section */ $rows = array(); $rows[] = array("$months Month Total", FormatHelper::currency($overview['amount']) . " / (" . FormatHelper::currency($overview['amount'] / $months) . " per month)"); echo $this->element('table', array('class' => 'item statement_entry detail', 'caption' => $reptype, 'rows' => $rows, 'column_class' => array('field', 'value'))); /********************************************************************** ********************************************************************** ********************************************************************** ********************************************************************** * Supporting Elements Section */ echo '