{foreach from=$operation item=opv key=opk}
{/foreach}
{t}Create invoice{/t}
{if (isset($operation.cpn_id) && is_numeric($operation.cpn_id)) || (isset($operation.prj_id) && is_numeric($operation.prj_id))}
{t}Add unbilled expenses{/t}
{/if}
{t}Additional information to add{/t}
{t}Tasks{/t}
[ {if ($show_create_bill)}
{t}Create invoice{/t}
| {/if}
{t}Print{/t}
]
{t}Project{/t}
{t}Project status{/t}
{t}Task{/t}
{t}Date{/t}
{t}Person{/t}
{t}Category{/t}
{t}Hours{/t}
{t}Actions{/t}
{include file="list_operations.tpl.html"}
{$BROWSE}
{t}Total duration{/t}: {$TOTALHOURS}
{t}Subtotal{/t}: {$SUBTOTALHOURS|phpaga_minutes2duration}