<%= Gon::Base.render_data %>

<%= @project.name %>

<%= @project.department&.school&.name.to_s %>
<%= @project.department&.name.to_s %>
<%= select_tag "p_stage", options_for_select(EducodeSales::Project.p_stages.keys, @project&.p_stage), { 'lay-filter': 'p_stage', include_blank: false } %>
<%= EducodeSales::FollowUp::BUSINESS_DEPLOYMENT[1..-1].to_h.invert[@project.last_follow_up&.o_business_deployment] %>
<%= select_tag "p_difficulty", options_for_select(EducodeSales::Project.p_difficulties.keys, @project&.p_difficulty), { 'lay-filter': 'p_difficulty', include_blank: false } %>
<%= select_tag "p_special", options_for_select(EducodeSales::Project.p_specials.keys, @project&.p_special), { 'lay-filter': 'p_special', include_blank: false } %>
<%= select_tag "p_status", options_for_select(EducodeSales::Project.p_statuses.keys, @project&.p_status), { 'lay-filter': 'p_status', include_blank: false } %>
<%= @project.last_follow_up&.signed_date.to_s %>
<%= @project.last_follow_up&.reception_at.to_s %>
<%= @project.last_follow_up&.bidded_date.to_s %>