{lang key='overview'}
{if $alerts}
{foreach $alerts as $alert}
{include file="$template/includes/alert.tpl" type=$alert.type msg="
{$alert.title}{$alert.description}" textcenter=true}
{/foreach}
{/if}
{if $systemStatus != 'Active'}
{lang key='domainCannotBeManagedUnlessActive'}
{/if}
{if $lockstatus eq "unlocked"}
{capture name="domainUnlockedMsg"}
{lang key='domaincurrentlyunlocked'}{lang key='domaincurrentlyunlockedexp'}{/capture}
{include file="$template/includes/alert.tpl" type="error" msg=$smarty.capture.domainUnlockedMsg}
{/if}
{lang key='clientareahostingdomain'}:
{$domain}
{lang key='firstpaymentamount'}:
{$firstpaymentamount}
{lang key='clientareahostingregdate'}:
{$registrationdate}
{lang key='recurringamount'}:
{$recurringamount} {lang key='every'} {$registrationperiod} {lang key='orderyears'}
{lang key='clientareahostingnextduedate'}:
{$nextduedate}
{lang key='orderpaymentmethod'}:
{$paymentmethod}
{lang key='clientareastatus'}:
{$status}
{if $sslStatus}
{lang key='sslState.sslStatus'}
{if !$sslStatus->needsResync()}
{$sslStatus->getStatusDisplayLabel()}
{else}
{lang key='loading'}
{/if}
{if $sslStatus->isActive() || $sslStatus->needsResync()}
{lang key='sslState.startDate'}
{if !$sslStatus->needsResync() || $sslStatus->startDate}
{$sslStatus->startDate->toClientDateFormat()}
{else}
{lang key='loading'}
{/if}
{/if}
{if $sslStatus->isActive() || $sslStatus->needsResync()}
{lang key='sslState.issuerName'}
{if !$sslStatus->needsResync() || $sslStatus->issuerName}
{$sslStatus->issuerName}
{else}
{lang key='loading'}
{/if}
{lang key='sslState.expiryDate'}
{if !$sslStatus->needsResync() || $sslStatus->expiryDate}
{$sslStatus->expiryDate->toClientDateFormat()}
{else}
{lang key='loading'}
{/if}
{/if}
{/if}
{if $registrarclientarea}
{$registrarclientarea|replace:'modulebutton':'btn'}
{/if}
{foreach $hookOutput as $output}
{$output}
{/foreach}
{if $canDomainBeManaged
and (
$managementoptions.nameservers or
$managementoptions.contacts or
$managementoptions.locking or
$renew)}
{* No reason to show this section if nothing can be done here! *}
{lang key='doToday'}
{/if}