<%= 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 t("Select"), :url => {:controller => "admin/option_types/", :id => ot, :product_id => @product.permalink, :action => "select", :option_type_id => ot}, :method => :get, :update => 'selected-options' %>
<%= :none_available.l %>