<%= t('legislation.annotations.comments.comments_count', count: annotation.comments_count) %>
<%= link_to legislation_process_draft_version_annotation_path(annotation.draft_version.process, annotation.draft_version, annotation) do %> <% end %>
<% annotation.comments.roots.each do |comment| %>

<%= comment.body %>

<%= link_to legislation_process_draft_version_annotation_path(annotation.draft_version.process, annotation.draft_version, annotation) do %> <%= t('legislation.annotations.comments.see_complete') %> <% end %>
<%= link_to legislation_process_draft_version_annotation_path(annotation.draft_version.process, annotation.draft_version, annotation) do %> <%= t('legislation.annotations.comments.replies_count', count: comment.children.size) %> <% end %>
<%= render 'comments/votes', comment: comment %>
<% end %>