<%= 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 %>