% add_decidim_meta_tags(
title: translated_attribute(project.title),
description: translated_attribute(project.description)
) %>
<%
edit_link(
resource_locator(project).edit,
:update,
:project,
project: project
)
%>
<% if current_user.present? && current_settings.votes_enabled? && current_participatory_space.can_participate?(current_user) %>
<%= render partial: "budget_summary", locals: { include_heading: false } %>
<% end %>
<%= link_to projects_path, class: "muted-link" do %>
<%= icon "chevron-left", class: "icon--small" %>
<%= t(".view_all_projects") %>
<% end %>
<%= translated_attribute project.title %>
<%= resource_reference(project) %>
<%= decidim_sanitize translated_attribute project.description %>
<%= cell "decidim/tags", project, context: { extra_classes: ["tags--project"] } %>
<%= linked_resources_for project, :proposals, "included_proposals" %>
<%= linked_resources_for project, :results, "included_projects" %>
<%= comments_for project %>
<%= attachments_for project %>
<%= javascript_include_tag("decidim/budgets/projects") %>