{$lang.service|default:"Service"}

{$groupname}

{$product}
{$serverdata.ipaddress}:{$customfields.Port}
{$lang.dconnect|default:"Connect"}
{if $settings.enabletsdns eq 1}
Connection Address:
{$customfields.Subdomain}.{$settings.domaintsdns}
{else}
Connection Address:
{$serverdata.ipaddress}:{$customfields.Port}
{/if}
{$lang.webpanel|default:"Web Panel"}
{$lang.hostname|default:"Hostname"}:
{$serverdata.name}
{$lang.management|default:"Management"}:
{if $hostteamspeak.status eq true}
{$LANG.cPanel.quickShortcuts|default:"Quick Actions"} {if $hostteamspeak.vs.status eq true} {$lang.online|default:"Online"} {else} {$lang.offline|default:"Offline"} {/if}
{elseif $hostteamspeak.status eq false}
{else}
{/if}
{if $configurableoptions}
{$LANG.orderconfigpackage|default:"Package Configuration"}
{foreach from=$configurableoptions item=configoption}
{$configoption.optionname}:
{if $configoption.optiontype eq 3} {if $configoption.selectedqty}{$LANG.yes|default:"Yes"}{else}{$LANG.no|default:"No"}{/if} {elseif $configoption.optiontype eq 4} {$configoption.selectedqty} x {$configoption.selectedoption} {else} {$configoption.selectedoption} {/if}
{/foreach}
{/if} {if $customfields}
{$LANG.additionalInfo|default:"Additional Information"}
{foreach from=$customfields key=key item=field} {if $key neq "Subdomain"}
{$key}
{if empty($field)} {$LANG.blankCustomField|default:"Not Set"} {else} {$field} {/if}
{/if} {/foreach}
{/if}
{$LANG.cPanel.billingOverview|default:"Billing Overview"}
{if $firstpaymentamount neq $recurringamount}
{$LANG.firstpaymentamount|default:"First Payment"}:
{$firstpaymentamount}
{/if} {if $billingcycle != $LANG.orderpaymenttermonetime && $billingcycle != $LANG.orderfree}
{$LANG.recurringamount|default:"Recurring Amount"}:
{$recurringamount}
{/if}
{$LANG.orderbillingcycle|default:"Billing Cycle"}:
{$billingcycle}
{$LANG.orderpaymentmethod|default:"Payment Method"}:
{$paymentmethod}
{$LANG.clientareahostingregdate|default:"Registration Date"}:
{$regdate}
{$LANG.clientareahostingnextduedate|default:"Next Due Date"}:
{$nextduedate}