%table.records

%thead
  %tr
    %th Host
    %th IP
    %th TTL
    %th  
%tbody
  - records.each do |record|
    %tr
      %td= record.name
      %td= record.values.first
      %td= record.ttl
      %td del