<%= paginate variant_prices, theme: "solidus_admin" %>
<%= I18n.t(:variant_pricing, scope: :spree) %> <% variant_prices.each do |price| %> "> <% end %>
<%= Spree::Variant.model_name.human %> <%= Spree::Price.human_attribute_name(:country) %> <%= Spree::Price.human_attribute_name(:currency) %> <%= Spree::Price.human_attribute_name(:amount) %>
<%= price.variant.descriptive_name %> <%= price.display_country %> <%= price.currency %> <%= price.money.to_html %> <% if can?(:update, price) %> <%= link_to_edit(price, no_text: true) unless price.discarded? %> <% end %> <% if can?(:destroy, price) %>   <%= link_to_delete(price, no_text: true) unless price.discarded? %> <% end %>
<%= paginate variant_prices, theme: "solidus_admin" %>