{* * PrestaChamps * * NOTICE OF LICENSE * * This source file is subject to the Commercial License * you can't distribute, modify or sell this code * * DISCLAIMER * * Do not edit or add to this file * If you need help please contact leo@prestachamps.com * * @author Mailchimp * @copyright PrestaChamps * @license commercial *}
| {l s='Account name' mod='mailchimppro'} | {$info.account_name|escape:'htmlall':'UTF-8'} |
| {l s='E-mail' mod='mailchimppro'} | {$info.email|escape:'htmlall':'UTF-8'} |
| {l s='Name' mod='mailchimppro'} | {$info.first_name|escape:'htmlall':'UTF-8'} {$info.last_name|escape:'htmlall':'UTF-8'} |
| {l s='Pricing plan' mod='mailchimppro'} | {$info.pricing_plan_type|escape:'htmlall':'UTF-8'} |
| {l s='Timezone' mod='mailchimppro'} | {$info.account_timezone|escape:'htmlall':'UTF-8'} |
| {l s='Industry' mod='mailchimppro'} | {$info.account_industry|escape:'htmlall':'UTF-8'} |
| {l s='Pro enabled' mod='mailchimppro'} | {$info.pro_enabled|escape:'htmlall':'UTF-8'} |
| {l s='Total subscribers' mod='mailchimppro'} | {$info.total_subscribers|escape:'htmlall':'UTF-8'} |