<% add_decidim_meta_tags({ description: translated_attribute(result.description), title: translated_attribute(result.title), url: result_url(result.id) }) %>

<%= translated_attribute result.title %>

<%= t(".stats.proposals") %> <%= stats_calculator.proposals_count %>
<%= t(".stats.meetings") %> <%= stats_calculator.meetings_count %>
<%= t(".stats.comments") %> <%= stats_calculator.comments_count %>
<%= t(".stats.attendees") %> <%= stats_calculator.attendees_count %>
<%= t(".stats.votes") %> <%= stats_calculator.votes_count %>
<%= t(".stats.contributions") %> <%= stats_calculator.contributions_count %>
<%= render partial: "decidim/shared/follow_button", locals: { followable: result } %> <%= feature_reference(result) %> <%= render partial: "decidim/shared/share_modal" %> <%= embed_modal_for result_result_widget_url(result, format: :js) %>
<%== translated_attribute result.description %> <%= render partial: "decidim/shared/tags", locals: { resource: result, tags_class_extra: "tags--result" } %>
<%= linked_resources_for result, :proposals, "included_proposals" %> <%= linked_resources_for result, :meetings, "meetings_through_proposals" %>
<%= comments_for result %> <%= javascript_include_tag "decidim/proposals/social_share" %> <%= stylesheet_link_tag "decidim/proposals/social_share" %>