<%= l(@enumeration.option_name) %>: <%=h @enumeration %>

<% form_tag({}) do %>

<%= l(:text_enumeration_destroy_question, @enumeration.objects_count) %>

<%= l(:text_enumeration_category_reassign_to) %> <%= select_tag 'reassign_to_id', ("" + options_from_collection_for_select(@enumerations, 'id', 'name')) %>

<%= submit_tag l(:button_apply) %> <%= link_to l(:button_cancel), :controller => 'enumerations', :action => 'index' %> <% end %>