{ $method->exe("host_server","view") } { if ($method->result == FALSE) } { $block->display("core:method_error") } {else} {literal} {/literal} {foreach from=$host_server item=host_server} {if $form_validation} { $block->display("core:alert_fields") } {/if}
{translate module=host_server}title_view{/translate}
{if $next_server == true} {/if}
{translate module=host_server} field_status {/translate} { $list->bool("host_server_status", $host_server.status, "onChange=\"submit()\"") }
{translate module=host_server} field_debug {/translate} { $list->bool("host_server_debug", $host_server.debug, "onChange=\"submit()\"") }
{translate module=host_server} field_name {/translate}
{translate module=host_server} field_notes {/translate}
{translate module=host_server} field_max_accounts {/translate}
{translate module=host_server} field_next_host_server_id {/translate}
{translate module=host_server} field_name_based {/translate} { $list->bool("host_server_name_based", $host_server.name_based, "form_menu") }
{translate module=host_server} field_name_based_ip {/translate}
{translate module=host_server} field_ip_based {/translate} { $list->bool("host_server_ip_based", $host_server.ip_based, "form_menu") }
{translate module=host_server} field_ip_based_ip {/translate}
{translate module=host_server} field_provision_plugin {/translate} { $list->menu_files("", "host_server_provision_plugin", $host_server.provision_plugin, "provision_plugin", "", ".php", "form_menu") }
{translate module=host_registrar_plugin} primary_ns {/translate}
{translate module=host_registrar_plugin} secondary_ns {/translate}
{translate module=host_registrar_plugin} primary_nsip {/translate}
{translate module=host_registrar_plugin} secondary_nsip {/translate}
{assign var="ablock" value="host_provision_plugin:plugin_cfg_"} {assign var="afile" value=$host_server.provision_plugin} {assign var="blockfile" value="$ablock$afile"} { $block->display($blockfile) }
 
{/foreach} {/if}