<%= t("add_option_types") %>

<% @available_option_types.each do |ot| %> <% end %> <% if @available_option_types.empty? %> <% end %>
<%= t("name") %> <%= t("presentation") %>
<%=ot.name %> <%=ot.presentation %> <%= link_to_remote icon('add') + ' ' + t("select"), {:url => {:controller => "admin/option_types/", :id => ot, :product_id => @product.permalink, :action => "select", :option_type_id => ot}, :method => :get, :update => 'selected-options'}, :class => 'iconlink' %>
<%= t('none_available') %>