{extends "base_full.tpl.html"} {block title}{t}Customer Expired{/t}{/block} {block "content"}
{t}Expired Customer{/t}
{t}Contact{/t}: {$customer.contact_name}
{t}Company Name{/t}: {$customer.company_name}
{t}Contract #{/t}: {$customer.contract_id}
{t}Support Level{/t}: {$customer.support_level}
{t}Expired{/t}: {$customer.expiration_date}

{t}Back{/t}
{/block}