<% @country_states.each do |country_state| %> <% end %>
<%= CountryState.human_attribute_name :name %>
<%= country_state.name %> <% if policy(country_state).show? %> <%= link_to country_state, role: :button, class: 'btn btn-light btn-sm' do %> <% end %> <% end %>