getTitle()); ?>
getNumber()); ?>
getIssueDate())); ?>
getDueDate())); ?>
format(\EasyInvoice\Helpers\TemplateTextHelper::amountDue($invoice))); ?>

getItems() as $ei_item) { if ((float) $ei_item->getAdjustPercentage() != 0.0) { $ei_show_adjust = true; break; } } } ?> getItems()) : ?> 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): ?>