<% @table_fields.each do |f| %> <%= thead(f) %> <% end %> <% @locations.each do |loc| %> <% end %>
<%= loc.title %>
<%= loc.properties.count %>
<%= content_tag(:div, paginate(@locations), class: "pagination pagination-centered") %>
<%= link_to t(:add), add_location_admin_property_hires_path, :class => "btn btn-primary", :data => {"toggle" => "modal", "target" => "#location-modal"} %>