<% content_for :action_title, t("dashboard.menu.community") %>
<%= link_to t("dashboard.community.access_community"), community_path(proposal.community), class: "button hollow" %> <% if proposal.community.latest_activity.present? %>

<%= t("dashboard.community.latest_activity", at: l(proposal.community.latest_activity.to_date)) %>

<% end %>
<%= number_with_delimiter(proposal.community.participants_count, delimiter: ".") %>

<%= t("dashboard.community.participants") %>

<%= number_with_delimiter(proposal.community.debates_count, delimiter: ".") %>

<%= t("dashboard.community.debates") %>

<%= number_with_delimiter(proposal.community.comments_count, delimiter: ".") %>

<%= t("dashboard.community.comments") %>

<% if proposal.community.comments.any? %>

<%= t("dashboard.community.latest_comments") %>

<% end %>