<%= t("valuation.budget_investments.valuation_comments") %>

<% unless @comment_tree.nil? %> <% can_comment = (!@budget.finished? && can?(:comment_valuation, @investment)) %> <%= render partial: "/comments/comment_tree", locals: { comment_tree: @comment_tree, comment_flags: @comment_flags, display_comments_count: false, valuation: true, allow_comments: can_comment, admin_layout: true } %> <% end %>