{namespace domain.registry.tools autoescape="strict"} /** * Create anchor tenant domain */ {template .createanchortenant} {@param domainName: string} {@param contactId: string} {@param password: string} {@param period: int} {@param? reason: string} {@param? feeCurrency: string} {@param? fee: string} {$domainName} {$period} {$contactId} {$contactId} {$contactId} {$password} {if $reason} {$reason} {/if} false true {if $fee} {$feeCurrency} {$fee} {/if} GTechTool {/template}