<%=l(:field_version)%> <%= select_tag "version_id", content_tag('option', '') + options_from_collection_for_select(@versions, "id", "name") %>
<%=l(:label_attachment_plural)%><%= render :partial => 'attachments/form' %>