Sample HTML Body

<html>
<head>
<meta name="" content="Sample HTML Body">
<title></title>
</head>
<body>
<table align="center" border="1" cellpadding="3" cellspacing="0" class="zeroBorder" width="600">
<tr>
<td width="185"><strong>Resource</strong></td>
<td width="50" align="right"><strong>Sun</strong></td>
<td width="50" align="right"><strong>Mon</strong></td>
<td width="50" align="right"><strong>Tue</strong></td>
<td width="50" align="right"><strong>Wed</strong></td>
<td width="50" align="right"><strong>Thu</strong></td>
<td width="50" align="right"><strong>Fri</strong></td>
<td width="50" align="right"><strong>Sat</strong></td>
<td width="50" align="right"><strong>Total</strong></td>
</tr>
<output_list object="pse__Timecard_Header__c" relation="pse__Project__c">
<filters>
<filter field="pse__End_Date__c" operator="equal"
value="<field name="Status_Report_Week_Ending__c" format="yyyy-mm-dd" />" />
</filters>
<tr>
<td width="185"><ol_field name="pse__Resource__r.Name"/></td>
<td width="50" align="right"><ol_field name="pse__Sunday_Hours__c" format="0.0"/></td>
<td width="50" align="right"><ol_field name="pse__Monday_Hours__c" format="0.0"/></td>
<td width="50" align="right"><ol_field name="pse__Tuesday_Hours__c" format="0.0"/></td>
<td width="50" align="right"><ol_field name="pse__Wednesday_Hours__c" format="0.0"/></td>
<td width="50" align="right"><ol_field name="pse__Thursday_Hours__c" format="0.0"/></td>
<td width="50" align="right"><ol_field name="pse__Friday_Hours__c" format="0.0"/></td>
<td width="50" align="right"><ol_field name="pse__Saturday_Hours__c" format="0.0"/></td>
<td width="50" align="right"><ol_field name="pse__Total_Hours__c" format="0.0"/></td>
</tr>
</output_list>
<aggregated_output_list object="pse__Timecard_Header__c" relation="pse__Project__c" group_by="pse__Billable__c">
<filters>
<filter field="pse__End_Date__c" operator="equal"
value="<field name="Status_Report_Week_Ending__c" format="yyyy-mm-dd" />" />
</filters>
<tr>
<td width="185"><strong><if operator="equal"><left_term><aol_field name="pse__Billable__c"/></left_term><right_term>True</right_term><true>Billable Total Amount</true><false>Non-Billable Total Amount</false></if></strong></td>
<td width="50" align="right"><strong><aol_field name="pse__Sunday_Hours__c" alias="sun" aggregate_function="sum" type="number" format="decimals:2;" /></strong></td>
<td width="50" align="right"><strong><aol_field name="pse__Monday_Hours__c" alias="mon" aggregate_function="sum" type="number" format="decimals:2;" /></strong></td>
<td width="50" align="right"><strong><aol_field name="pse__Tuesday_Hours__c" alias="tue" aggregate_function="sum" type="number" format="decimals:2;" /></strong></td>
<td width="50" align="right"><strong><aol_field name="pse__Wednesday_Hours__c" alias="wed" aggregate_function="sum" type="number" format="decimals:2;" /></strong></td>
<td width="50" align="right"><strong><aol_field name="pse__Thursday_Hours__c" alias="thu" aggregate_function="sum" type="number" format="decimals:2;" /></strong></td>
<td width="50" align="right"><strong><aol_field name="pse__Friday_Hours__c" alias="fri" aggregate_function="sum" type="number" format="decimals:2;" /></strong></td>
<td width="50" align="right"><strong><aol_field name="pse__Saturday_Hours__c" alias="sat" aggregate_function="sum" type="number" format="decimals:2;" /></strong></td>
<td width="50" align="right"><strong><aol_field name="pse__Total_Hours__c" alias="tot" aggregate_function="sum" type="number" format="decimals:2;" /></strong></td>
</tr>
</aggregated_output_list>
</table>
</body>
</html>