<%= t("valuation.budget_investments.show.price") %> (<%= t("valuation.budget_investments.show.currency") %>): <% if @investment.price.present? %> <%= @investment.price %> <% else %> <%= t("valuation.budget_investments.show.undefined") %> <% end %>

<%= t("valuation.budget_investments.show.price_first_year") %> (<%= t("valuation.budget_investments.show.currency") %>): <% if @investment.price_first_year.present? %> <%= @investment.price_first_year %> <% else %> <%= t("valuation.budget_investments.show.undefined") %> <% end %>

<%= explanation_field @investment.price_explanation %>

<%= t("valuation.budget_investments.show.duration") %>: <% if @investment.duration.present? %> <%= @investment.duration %> <% else %> <%= t("valuation.budget_investments.show.undefined") %> <% end %>

<%= t("valuation.budget_investments.show.feasibility") %>: <%= t("valuation.budget_investments.show.#{@investment.feasibility}") %>

<%= explanation_field @investment.unfeasibility_explanation %> <% if @investment.valuation_finished %>

<%= t("valuation.budget_investments.show.valuation_finished") %>

<% end %>