{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.domainCannotBeManagedUnlessActive}
{/if}
{$LANG.overview}
{if $lockstatus eq "unlocked"}
{capture name="domainUnlockedMsg"}
{$LANG.domaincurrentlyunlocked}{$LANG.domaincurrentlyunlockedexp}{/capture}
{include file="$template/includes/alert.tpl" type="error" msg=$smarty.capture.domainUnlockedMsg}
{/if}
{$LANG.firstpaymentamount}:
{$firstpaymentamount}
{$LANG.clientareahostingregdate}:
{$registrationdate}
{$LANG.recurringamount}:
{$recurringamount} {$LANG.every} {$registrationperiod} {$LANG.orderyears}
{$LANG.clientareahostingnextduedate}:
{$nextduedate}
{$LANG.orderpaymentmethod}:
{$paymentmethod}
{$LANG.clientareastatus}:
{$status}
{if $sslStatus}
{$LANG.sslState.sslStatus}
{if !$sslStatus->needsResync()}
{$sslStatus->getStatusDisplayLabel()}
{else}
{$LANG.loading}
{/if}
{if $sslStatus->isActive() || $sslStatus->needsResync()}
{$LANG.sslState.startDate}
{if !$sslStatus->needsResync() || $sslStatus->startDate}
{$sslStatus->startDate->toClientDateFormat()}
{else}
{$LANG.loading}
{/if}
{/if}
{if $sslStatus->isActive() || $sslStatus->needsResync()}
{$LANG.sslState.issuerName}
{if !$sslStatus->needsResync() || $sslStatus->issuerName}
{$sslStatus->issuerName}
{else}
{$LANG.loading}
{/if}
{$LANG.sslState.expiryDate}
{if !$sslStatus->needsResync() || $sslStatus->expiryDate}
{$sslStatus->expiryDate->toClientDateFormat()}
{else}
{$LANG.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.doToday}
{/if}
{$LANG.domainsautorenew}
{if $changeAutoRenewStatusSuccessful}
{include file="$template/includes/alert.tpl" type="success" msg=$LANG.changessavedsuccessfully textcenter=true}
{/if}
{include file="$template/includes/alert.tpl" type="info" msg=$LANG.domainrenewexp}
{$LANG.domainautorenewstatus}: {if $autorenew}{$LANG.domainsautorenewenabled}{else}{$LANG.domainsautorenewdisabled}{/if}
{$LANG.domainnameservers}
{if $nameservererror}
{include file="$template/includes/alert.tpl" type="error" msg=$nameservererror textcenter=true}
{/if}
{if $subaction eq "savens"}
{if $updatesuccess}
{include file="$template/includes/alert.tpl" type="success" msg=$LANG.changessavedsuccessfully textcenter=true}
{elseif $error}
{include file="$template/includes/alert.tpl" type="error" msg=$error textcenter=true}
{/if}
{/if}
{include file="$template/includes/alert.tpl" type="info" msg=$LANG.domainnsexp}
{$LANG.domainregistrarlock}
{if $subaction eq "savereglock"}
{if $updatesuccess}
{include file="$template/includes/alert.tpl" type="success" msg=$LANG.changessavedsuccessfully textcenter=true}
{elseif $error}
{include file="$template/includes/alert.tpl" type="error" msg=$error textcenter=true}
{/if}
{/if}
{include file="$template/includes/alert.tpl" type="info" msg=$LANG.domainlockingexp}
{$LANG.domainreglockstatus}: {if $lockstatus == "locked"}{$LANG.domainsautorenewenabled}{else}{$LANG.domainsautorenewdisabled}{/if}
{$LANG.domainrelease}
{if $releaseDomainSuccessful}
{include file="$template/includes/alert.tpl" type="success" msg="{lang key='changessavedsuccessfully'}" textcenter="true"}
{elseif !empty($error)}
{include file="$template/includes/alert.tpl" type="error" msg="$error" textcenter="true"}
{/if}
{include file="$template/includes/alert.tpl" type="info" msg=$LANG.domainreleasedescription}
{$LANG.domainaddons}
{$LANG.domainaddonsinfo}
{if $addons.idprotection}
{$LANG.domainidprotection}
{$LANG.domainaddonsidprotectioninfo}
{/if}
{if $addons.dnsmanagement}
{$LANG.domainaddonsdnsmanagement}
{$LANG.domainaddonsdnsmanagementinfo}
{/if}
{if $addons.emailforwarding}
{$LANG.domainemailforwarding}
{$LANG.domainaddonsemailforwardinginfo}
{/if}