{$_states = crmInvoice::getStates()} {* PAGE *}
| {$_i.create_datetime|wa_date} | {$_i.number|escape} | {$_i.summary|escape} | {$_i.amount|wa_format_amount_currency:$_i.currency_id} | {$_s = crmInvoice::getState($_i.state_id)} {$_s.name|escape} | {if isset($creators[$_i.creator_contact_id])}{$creators[$_i.creator_contact_id].name|escape} | {/if}
{$_add_button}
{else}{$_add_button}