#foreach( $activity in $activities ) #end
$resource.getString('user') $resource.getString('SRWorkTime.startTime') $resource.getString('SRWorkTime.endTime') $resource.getString('SRWorkTime.total') $resource.getString('description') $resource.getString('SRWorkTime.action')
$loginBean.getAccount().getDisplayUserName($activity.user,null) $dateFormat.format($activity.fromTime) $timeFormat.format($activity.fromTime) $dateFormat.format($activity.toTime) $timeFormat.format($activity.toTime) $activity.totalTimeStr $activity.description  
$resource.getString('SRWorkTime.total')
$grandTotal