{trans key="billing.billing"}


{if $profile}
{trans key="billing.billing_info"}
{$profile->firstName|gs} {$profile->lastName|gs}
{if $profile->company != ''}{$profile->company|gs}
{/if} {$profile->address1|gs}
{if $profile->address2 != ''}{$profile->address2|gs}
{/if} {$profile->city|gs}, {$profile->state|gs} {$profile->zip|gs}
{$profile->country|gs}

Phone: {$profile->phone|gs}
Email: {$profile->email|gs}
{trans key="common.edit"}
{if count($profile->cards) > 0} {*{foreach from=$profile->cards item="card"}*}
{$profile->card->card_number}
{*{/foreach}*} {else}
No card on file
{/if}
{/if} {if $planName}
{$planName|gs}
{if $hasDiskUsage}

{trans key="billing.disk_space"}

{$diskUsage} of {$diskLimit}
{$diskPercentage}%
{/if} {if $hasBandwidth}

{trans key="billing.bandwidth"}

{$bandwidthUsage} of {$bandwidthLimit}
{$bandwidthPercentage}%
{/if}
{/if}
{trans key="billing.cancel_service"}
{include file="templates/pages/billing/modal-update-profile.html"} {include file="templates/pages/billing/modal-add-card.html"} {include file="templates/pages/billing/modal-update-card.html"} {include file="templates/pages/billing/modal-cancel.html"}