DBA Name: {$vendor.dbaName|htmlspecialchars}
Full Legal Name of Business: {$vendor.businessName|htmlspecialchars}
Federal ID/SSN: {$vendor.federalId|htmlspecialchars}
First Name: {$vendor.soleProprietorFirstName|htmlspecialchars}
Last Name: {$vendor.soleProprietorLastName|htmlspecialchars}
Driver's License Number: {$vendor.soleProprietorDlNumber|htmlspecialchars}
Driver's License Issuance State: {$vendor.soleProprietorDlStateTitle|htmlspecialchars}
{assign var = 'billingAddress' value = $vendor.billingAddress}
Address: {$billingAddress.address|htmlspecialchars}{if $billingAddress.address2} | {$billingAddress.address2|htmlspecialchars}{/if}
City: {$billingAddress.city|htmlspecialchars}
State: {$billingAddress.state|state|htmlspecialchars}
ZIP: {$billingAddress.zip|htmlspecialchars}
Email: {$vendor.email|htmlspecialchars}
Phone: {$vendor.phone|htmlspecialchars}