<% provide :title do %><%= "#{t(".title")} - #{@draft_version.title} - #{@process.title}" %><% end %> <%= render "legislation/processes/header", process: @process, header: :small %> <%= render "legislation/processes/key_dates", process: @process, phase: :allegations_phase %>
<%= render "version_chooser", process: @process, draft_version: @draft_version %> <%= render "legislation/processes/help_gif" %>
<%= t("legislation.annotations.index.comments_about") %>
<%= sanitize(@annotation.context).presence || @annotation.quote %>
<%= link_to legislation_process_draft_version_path(@process, @draft_version, anchor: "annotation-id-#{@annotation.id}") do %> <%= t("legislation.annotations.index.see_in_context") %> <% end %>
<%= render "/comments/comment_tree", comment_tree: @comment_tree, comment_flags: @comment_flags, display_comments_count: true %>