[ add record ]
<% IF records.size > 0 %>
<% records.size %>
<% IF records.size == 1 %>
record
<% ELSE %>
records
<% END %>
Name
|
Type
|
Value
|
Actions
|
<% FOREACH r IN records %>
<% r.name | html_entity %>
|
<% r.type | html_entity %>
|
<% r.value | html_entity %>
|
|
<% END %>
<% ELSE %>
This domain has no records.
<% END %>