% provide(:title, translated_attribute(project.title)) %>
<% if current_user.present? %>
<%= 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 %>
<%== translated_attribute project.description %>
<%= render partial: "tags", locals: { project: project } %>
<%= linked_resources_for project, :proposals, "included_proposals" %>
<%= content_for :expanded do %>
<% if feature_settings.comments_always_enabled || current_settings.comments_enabled %>
<%= comments_for project, votable: true %>
<% end %>
<% end %>
<%= attachments_for project %>
<%= javascript_include_tag("decidim/budgets/projects") %>