<%= l(:label_crm_deal_new) %>

<%= labelled_form_for :deal, @deal, :url => {:action => 'create', :project_id => @project}, :html => {:id => "deal_form"} do |f| %> <%= error_messages_for 'deal' %> <%= hidden_field_tag 'copy_from', params[:copy_from] if params[:copy_from] %>
<%= render :partial => 'form', :locals => {:f => f} %>
<% if false && @deal.safe_attribute?('watcher_user_ids') -%>

<%= watchers_checkboxes(@deal, @available_watchers) %> <%= link_to l(:label_search_for_watchers), {:controller => 'watchers', :action => 'new', :project_id => @deal.project}, :remote => true, :method => 'get' %>

<% end %>
<%= submit_tag l(:button_save) -%> <%= submit_tag l(:button_create_and_continue), :name => 'continue' %> <% end -%> <% content_for :header_tags do %> <%= javascript_include_tag :contacts, :plugin => 'redmine_contacts' %> <%= robot_exclusion_tag %> <% end %>