<%= link_to :back, class: "back" do %> <%= t("shared.back") %> <% end %>

<%= investment.title %>

<%= render '/shared/author_info', resource: investment %>  •  <%= l investment.created_at.to_date %>  •  <%= investment.heading.name %>

<%= t("budgets.investments.show.code_html", code: investment.id) %>

<% if investment.location.present? %>

<%= t("budgets.investments.show.location_html", location: investment.location) %>

<% end %> <% if investment.organization_name.present? %>

<%= t("budgets.investments.show.organization_name_html", name: investment.organization_name) %>

<% end %> <%= render 'shared/tags', taggable: @investment %> <%= safe_html_with_links investment.description.html_safe %> <% if investment.external_url.present? %> <% end %> <% if investment.unfeasible? && investment.unfeasibility_explanation.present? %>

<%= t('budgets.investments.show.unfeasibility_explanation') %>

<%= investment.unfeasibility_explanation %>

<% end %> <% if investment.feasible? && investment.price_explanation.present? %>

<%= t('budgets.investments.show.price_explanation') %>

<%= investment.price_explanation %>

<% end %>
<% if investment.should_show_aside? %> <% else %>
<%= t("budgets.investments.show.title") %>
<% end %>