{if $modulecustombuttonresult} {if $modulecustombuttonresult == "success"} {include file="$template/includes/alert.tpl" type="success" msg="{lang key='moduleactionsuccess'}" textcenter=true idname="alertModuleCustomButtonSuccess"} {else} {include file="$template/includes/alert.tpl" type="error" msg="{lang key='moduleactionfailed'}"|cat:' ':$modulecustombuttonresult textcenter=true idname="alertModuleCustomButtonFailed"} {/if} {/if} {if $pendingcancellation} {include file="$template/includes/alert.tpl" type="error" msg="{lang key='cancellationrequestedexplanation'}" textcenter=true idname="alertPendingCancellation"} {/if} {if $unpaidInvoice}
{lang key='payInvoice'}
{$unpaidInvoiceMessage}
{/if}
{if $tplOverviewTabOutput} {$tplOverviewTabOutput} {else}

{$product}

{$groupname}

{$status}
{if $showRenewServiceButton === true || $showcancelbutton === true || $packagesupgrade === true} {/if}

{lang key='clientareahostingregdate'}

{$regdate} {if $firstpaymentamount neq $recurringamount}

{lang key='firstpaymentamount'}

{$firstpaymentamount} {/if} {if $billingcycle != "{lang key='orderpaymenttermonetime'}" && $billingcycle != "{lang key='orderfree'}"}

{lang key='recurringamount'}

{$recurringamount} {/if} {if $quantitySupported && $quantity > 1}

{lang key='quantity'}

{$quantity} {/if}

{lang key='orderbillingcycle'}

{$billingcycle}

{lang key='clientareahostingnextduedate'}

{$nextduedate}

{lang key='orderpaymentmethod'}

{$paymentmethod} {if $suspendreason}

{lang key='suspendreason'}

{$suspendreason} {/if}
{foreach $hookOutput as $output}
{$output}
{/foreach} {if $domain || $moduleclientarea || $configurableoptions || $customfields || $lastupdate}
{if $domain}
{if $type eq "server"}
{lang key='serverhostname'}
{$domain}
{if $dedicatedip}
{lang key='primaryIP'}
{$dedicatedip}
{/if} {if $assignedips}
{lang key='assignedIPs'}
{$assignedips|nl2br}
{/if} {if $ns1 || $ns2}
{lang key='domainnameservers'}
{$ns1}
{$ns2}
{/if} {else} {if $domain}
{lang key='orderdomain'}
{$domain}
{/if} {if $username}
{lang key='serverusername'}
{$username}
{/if} {if $serverdata}
{lang key='servername'}
{$serverdata.hostname}
{lang key='domainregisternsip'}
{$serverdata.ipaddress}
{if $serverdata.nameserver1 || $serverdata.nameserver2 || $serverdata.nameserver3 || $serverdata.nameserver4 || $serverdata.nameserver5}
{lang key='domainnameservers'}
{if $serverdata.nameserver1}{$serverdata.nameserver1} ({$serverdata.nameserver1ip})
{/if} {if $serverdata.nameserver2}{$serverdata.nameserver2} ({$serverdata.nameserver2ip})
{/if} {if $serverdata.nameserver3}{$serverdata.nameserver3} ({$serverdata.nameserver3ip})
{/if} {if $serverdata.nameserver4}{$serverdata.nameserver4} ({$serverdata.nameserver4ip})
{/if} {if $serverdata.nameserver5}{$serverdata.nameserver5} ({$serverdata.nameserver5ip})
{/if}
{/if} {/if} {if $domain && $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}
{lang key='sslState.expiryDate'}
{if !$sslStatus->needsResync() || $sslStatus->expiryDate} {$sslStatus->expiryDate->toClientDateFormat()} {else} {lang key='loading'} {/if}
{lang key='sslState.issuerName'}
{if !$sslStatus->needsResync() || $sslStatus->issuerName} {$sslStatus->issuerName} {else} {lang key='loading'} {/if}
{/if} {/if}

{lang key='visitwebsite'} {if $domainId} {lang key='managedomain'} {/if}

{/if} {if $moduleclientarea}
{$moduleclientarea}
{/if}
{if $sslStatus}
{if $sslStatus->isActive()} {else} {/if}
{/if} {elseif $moduleclientarea}
{if $moduleclientarea}
{$moduleclientarea}
{/if}
{/if} {if $configurableoptions}
{foreach from=$configurableoptions item=configoption}
{$configoption.optionname}
{if $configoption.optiontype eq 3}{if $configoption.selectedqty}{lang key='yes'}{else}{lang key='no'}{/if}{elseif $configoption.optiontype eq 4}{$configoption.selectedqty} x {$configoption.selectedoption}{else}{$configoption.selectedoption}{/if}
{/foreach}
{/if} {if $metricStats}
{include file="$template/clientareaproductusagebilling.tpl"}
{/if} {if $customfields}
{foreach from=$customfields item=field}
{$field.name}
{$field.value}
{/foreach}
{/if} {if $lastupdate}

{lang key='diskSpace'}

{$diskusage}MB / {$disklimit}MB

{lang key='bandwidth'}

{$bwusage}MB / {$bwlimit}MB

{lang key='clientarealastupdated'}: {$lastupdate}

{/if}
{/if} {/if}

{lang key='downloadstitle'}

{include file="$template/includes/alert.tpl" type="info" msg="{lang key="clientAreaProductDownloadsAvailable"}" textcenter=true}
{foreach from=$downloads item=download}

{$download.title}

{$download.description}

{lang key='downloadname'}

{/foreach}

{lang key='clientareahostingaddons'}

{if $addonsavailable} {include file="$template/includes/alert.tpl" type="info" msg="{lang key="clientAreaProductAddonsAvailable"}" textcenter=true} {/if}
{foreach from=$addons item=addon}
{$addon.name}
{$addon.status}

{$addon.pricing}

{lang key='registered'}: {$addon.regdate}

{lang key='clientareahostingnextduedate'}: {$addon.nextduedate}

{/foreach}

{lang key='serverchangepassword'}

{if $modulechangepwresult} {if $modulechangepwresult == "success"} {include file="$template/includes/alert.tpl" type="success" msg=$modulechangepasswordmessage textcenter=true} {elseif $modulechangepwresult == "error"} {include file="$template/includes/alert.tpl" type="error" msg=$modulechangepasswordmessage|strip_tags textcenter=true} {/if} {/if}
{include file="$template/includes/pwstrength.tpl"}