Billing trend Issued invoice totals over the last six months. {#if hasValues}
{#each records as record (record.month)}
0 ? 4 : 0)}%`} title={`${record.label}: ${formatMoney(record.totalGbp)}`} >
{formatMoney(record.totalGbp)}
{record.label}
{/each}
{:else} No issued invoices yet Billing totals will appear once invoices are generated. {/if}