@ProjectNumber

|9947|There are not assignments on the selected tasks|
@ServiceDescription @UserName @Hours:r
|9947|There are not assignments on the selected tasks|
{{if:item.SummaryTaskKey != 0}}
@SummaryTaskName:string
{{if:}}
@TaskName:string
@SummaryTaskName:string
@TaskName:string
@UserName @Hours:r
 
|39605|Hours|
|39606|Dollars|
|9948|Service|
|9946|Budget|
|9950|Allocated|
|9946|Budget|
|9950|Allocated|
  1. {{:item.Description}}
    {{:format(item.EstQty, 'h')}}
    {{:format(item.Allocated, 'h')}}
    {{:format(item.EstGross, 'n')}}
    {{:format(item.AllocatedGross, 'n')}}
  2. {{if:i==ds.length-1}}
  3. |39607|Totals|
    {{:format(ds.options.summary.EstQty, 'h')}}
    {{:format(ds.options.summary.Allocated, 'h')}}
    {{:format(ds.options.summary.EstGross, 'n')}}
    {{:format(ds.options.summary.AllocatedGross, 'n')}}
  4. {{if:}}