{extends file="./layouts/main/layout.html"} {block name="content"} {load_language_text section="apikeys"}
{$txt.new_api_token}
{$txt.customer_note}
{if $content.tokens}
{$txt.api_keys_created}
{foreach from=$content.tokens item=token} {/foreach}
{$txt.tokentable_iss} {$txt.tokentable_iat} {$txt.tokentable_exp} {$txt.tokentable_customer} {$txt.tokentable_customer_id}
{$token.iss} {$token.iat_formatted} {$token.exp_formatted} {$token.customer_name} {$token.customer_id}
{/if}
{/block}