{if $status == "Reissued"}
{$LANG.licensingaddon.reissuestatusmsg}
{/if}
{if $downloads}
{$LANG.licensingaddon.latestdownload}
{$downloads.0.description|nl2br|escape}
{$LANG.licensingaddon.downloadnow}
{/if}
{foreach $hookOutput as $output}
{$output}
{/foreach}
{if $allowreissues || $packagesupgrade || $showCancellationButton}
{if $allowreissues}
{/if}
{if $packagesupgrade}
{/if}
{if $showCancellationButton}
{/if}
{/if}
{if $allowreissues || $packagesupgrade || $showCancellationButton}
{else}
{/if}
{$LANG.licensingaddon.licensekey}
{if $configurableoptions}
{foreach from=$configurableoptions item=configoption}
{$configoption.optionname|escape}
{if $configoption.optiontype eq 3}
{if $configoption.selectedqty}
{$LANG.yes}
{else}
{$LANG.no}
{/if}
{elseif $configoption.optiontype eq 4}
{$configoption.selectedqty} x {$configoption.selectedoption|escape}
{else}
{$configoption.selectedoption|escape}
{/if}
{/foreach}
{/if}
{if !$allowDomainConflicts}
{$LANG.licensingaddon.validdomains}
{/if}
{if !$allowIpConflicts}
{$LANG.licensingaddon.validips}
{/if}
{if !$allowDirectoryConflicts}
{$LANG.licensingaddon.validdirectory}
{/if}
{$LANG.licensingaddon.status}
{$status}
{if $suspendreason}({$suspendreason}){/if}
{$LANG.clientareahostingregdate}
{$regdate}
{$LANG.clientareahostingnextduedate}
{$nextduedate}
{$LANG.orderbillingcycle}
{$billingcycle}
{if $firstpaymentamount neq $recurringamount}
{$LANG.firstpaymentamount}
{$firstpaymentamount}
{/if}
{if $billingcycle != $LANG.orderpaymenttermonetime && $billingcycle != $LANG.orderpaymenttermfreeaccount}
{$LANG.recurringamount}
{$recurringamount}
{/if}
{if $firstpaymentamount neq $recurringamount || ($billingcycle != $LANG.orderpaymenttermonetime && $billingcycle != $LANG.orderpaymenttermfreeaccount)}
{$LANG.orderpaymentmethod}
{$paymentmethod}
{/if}
{if $customfields}
{foreach from=$customfields item=field}
{$field.name|escape}
{if $field.value}{$field.value|escape}{else}-{/if}
{/foreach}
{/if}