<%= render partial: "decidim/shared/component_announcement" %>
<% if allowed_to? :create, :notes %>
<%= form_for(@form, url: conversations_path, remote: true, html: { id: "new_note", class: "form new_note", data: nil }) do |f| %> <%= render partial: "form", object: f %>
<%= t("decidim.notify.conversations.tip") %>
<%= f.submit t(".send") %>
<% end %>
<% end %>
<%= render partial: "chapter", collection: chapters %> <%= render partial: "chapter", locals: { chapter: @unclassified } %>
<%= t ".note_takers" %>
<%= render partial: "participant", collection: @note_takers %>
<%= t ".participants" %>
<%= render partial: "participant", collection: @participants %>
<%= render partial: "script.js", locals: { id: current_component.id } %>