{App.helpers.formatCurrencyWithCommas(quote.subTotal || 0)}
{App.helpers.formatCurrencyWithCommas(quote.vat || 0)}
{App.helpers.formatCurrencyWithCommas(quote.total || 0)}
{App.helpers.formatCurrencyWithCommas(quote.balance || 0)}
NOTE: There are unknown prices on this quote. The totals will not be accurate until all prices are provided.