[% USE Whostmgr; SET stylesheet_includes = []; # NOTE: This template is only used inside of a dialog box. That is why # the breadcrumbs and support icon are disabled. WRAPPER 'master_templates/master.tmpl' header = locale.maketext('Configure Address Records for nameserver “[_1]”.', data.nameserver) theme = 'bootstrap' inside_frame_or_tab_or_popup = 1 extrastyle = '.container, #add-address-record-btn-group { margin-bottom: 0; } #masterContainer { margin-top: 0px; }' stylesheets = stylesheet_includes ; -%] [% IF data.status %]
Nameserver IP Addresses
[% data.nameserver.html() %] IPv4 [% data.nsips.ipv4 ? data.nsips.ipv4.html() : 'None' %]
IPv6 [% data.nsips.ipv6 ? data.nsips.ipv6.html() : 'None' %]
[% ELSE %]
[% data.statusmsg.html() %]
[% END %] [% END -%]