<%= f.file_field :file, :label => l(:label_crm_csv_file), :accept => "text/csv" %>
<% if @importer.respond_to? :tag_list %>
<%= f.text_field :tag_list, :value => "import-#{Time.now.strftime('%Y-%m-%d-%H:%M:%S')}", :label => :field_add_tags, :size => 10 %><%= tagsedit_with_source_for("#contact_import_tag_list", auto_complete_contact_tags_path(:project_id => @project)) %>
<% end %>
<%= f.select :quotes_type, options_for_select([[l(:label_crm_double_quotes), "\""], [l(:label_crm_single_quotes),"'"]]), :label => :label_crm_quotes_type %>
<%= submit_tag l(:button_save) -%>
<% end -%>