{if $item->originalPaymentType eq 'authorizeNet'}
Type: {$item->originalPaymentTypeTitle|htmlspecialchars}
Card Number: {$item->paymentCardNumber|htmlspecialchars}
Expiration Date: {$item->paymentExpirationDate|date_format:'%m-%Y'}
{elseif $item->originalPaymentType eq 'company'}
Type: {$item->originalPaymentTypeTitle|htmlspecialchars}
Utility or Company Name: {$item->paymentCompany|htmlspecialchars}
{if $item->paymentPoNumber}
PO#: {$item->paymentPoNumber|htmlspecialchars}
{/if}
{else}
—
{/if}