{if phpaga_user_hasperm($smarty.const.PHPAGA_PERM_MANAGE_INVOICES) and !$percustomer} {literal} {/literal}
{t}Add unbilled material{/t}
{t}Add unbilled expenses{/t}
{t}Add unbilled manhours{/t}
{t}Single line item for all tasks{/t}
{t}One line item for each task{/t}
{t}Additional information to add{/t}
{/if}
{if (count($summary.rows) > 0)} {if !$percustomer} {/if} {section name=i loop=$summary.rows} {if !$percustomer} $smarty.const.PHPAGA_SHOWPRJTITLELENGHT))} class="tTip" title="{$summary.rows[i].prj_title|phpaga_popup_sanitizestr}"{/if}> {$summary.rows[i].prj_title|wash|trnc:$smarty.const.PHPAGA_SHOWPRJTITLELENGHT:"...":true} {/if} {if $summary.rows[i].material_price} {else} {/if} {/section}   {if $summary.sum_material} {else} {/if}
{t}Unbilled hours{/t} {t}Group by{/t}:
{t}Customer{/t} {t}Project{/t} {t}Hours{/t} {t}Amount{/t} {t}Materials{/t} {t}Between{/t} {t}And{/t} {t}Actions{/t}
{$summary.rows[i].cpn_name|wash} {$summary.rows[i].prj_duration|phpaga_minutes2duration} {$config.MONETARY_SYMBOL|wash}{$summary.rows[i].prj_amount|phpaga_formatamount|default:" "} {$config.MONETARY_SYMBOL|wash}{$summary.rows[i].material_price|phpaga_formatamount|default:" "} {$summary.rows[i].op_min_start|date_format:$smarty.const.PHPAGA_DATEFORMAT_SHORT} {$summary.rows[i].op_max_end|date_format:$smarty.const.PHPAGA_DATEFORMAT_SHORT} {if phpaga_user_hasperm($smarty.const.PHPAGA_PERM_MANAGE_INVOICES)}{t}Create invoice{/t} | {/if} {if phpaga_user_hasperm($smarty.const.PHPAGA_PERM_MANAGE_INVOICES) and !$percustomer}{t}Show Choices{/t} | {/if} {t}View tasks{/t}
{$summary.sum_duration|phpaga_minutes2duration} {$config.MONETARY_SYMBOL|wash}{$summary.sum_amount|phpaga_formatamount|default:" "} {$config.MONETARY_SYMBOL|wash}{$summary.sum_material|phpaga_formatamount|default:" "}  
{else}
{t}Currently there are no unbilled hours.{/t}
{/if}