<% @states.each do |state| %> <% end %> <% if @states.empty? %> <% end %>
<%= Spree.t(:name) %> <%= Spree.t(:abbreviation) %>
<%= state.name %> <%= state.abbr %> <%= link_to_with_icon 'edit', Spree.t(:edit), edit_admin_country_state_url(@country, state), :no_text => true %> <%= link_to_delete state, :no_text => true %>
<%= Spree.t(:none) %>