<% if @zones.present? %> <%= render 'application/pagination' %> <%= render partial: 'zone', collection: @zones %>
<%= DNS::Zone.human_attribute_name :origin %>
<% else %>
<%= t '.not_found' %>
<% end %>
<%= paginate @zones %>