<%= t("legislation.summary.comments_phase") %> <% if !@process.get_last_draft_version.nil? %> (<%= t("legislation.summary.version") %> <%= @process.get_last_draft_version.title %>)

<% end %>

<%= t("legislation.annotations.index.comments_count", count: @process.get_best_annotation_comments.count) %>

<% if !@process.get_last_draft_version.nil? %> <% if @process.get_last_draft_version.annotations.empty? %>

<%= t("legislation.summary.no_allegation") %>

<% else %> <%= render "resume_text", process: @process %> <% end %> <% else %>

<%= t("legislation.summary.no_allegation") %>

<% end %>