Billing


{if $profile}
Billing and Payment Information
{$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}
Edit
{if count($profile->cards) > 0} {*{foreach from=$profile->cards item="card"}*}
{$profile->card->card_number}
{*{/foreach}*} {else}
No card on file
Add
{/if}
{/if} {if $planName}
{$planName|gs}
{if $hasDiskUsage}

Disk Space:

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

Bandwidth:

{$bandwidthUsage} of {$bandwidthLimit}
{$bandwidthPercentage}%
{/if}
{/if}
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"}