<%= render partial: "decidim/proposals/proposals/wizard_header", locals: { callout_step_help_text_class: "warning" } %>
<% if @similar_collaborative_drafts.presence %>
<% @similar_collaborative_drafts.each do |collaborative_draft| %>
<%= card_for collaborative_draft %>
<% end %>
<% end %>
<%= link_to t(".mine_is_different"), complete_collaborative_drafts_path(collaborative_draft: { title: @form.title, body: @form.body }), class: "button small" %>