getTitle() ?: __('Invoice', 'easy-invoice')); ?>
getNumber()); ?>
getIssueDate())); ?>
getDueDate())); ?>

getCustomerName()); ?>
getCustomerAddress()): ?> getCustomerAddress())); ?>
getCustomerEmail()): ?> getCustomerEmail()); ?>
getItems() as $item): ?>
(%)
getName()); ?>
getDescription()): ?>
getDescription()); ?>
getQuantity() ?: '0'); ?> format($item->getPrice())); ?> getAdjustPercentage(); if ($adjust_percentage != 0) { echo esc_html($adjust_percentage > 0 ? '+' : '') . esc_html($adjust_percentage) . '%'; } else { echo esc_html__('—', 'easy-invoice'); } ?> format($item->getAmount())); ?>
getNotes()): ?>

getNotes() ?: ''); ?>
getTerms() ?: \EasyInvoice\Controllers\SettingsController::getInvoiceTermsConditions(); if ($terms_conditions): ?>