<% cache [locale_and_user_status, @current_order, commentable_cache_key(@proposal), @comment_tree.comments, @comment_tree.comment_authors, @proposal.comments_count, @comment_flags] do %>
<%= render 'shared/wide_order_selector', i18n_namespace: "comments" %> <% if user_signed_in? %> <%= render 'comments/form', {commentable: @proposal, parent_id: nil, toggeable: false} %> <% else %>
<%= t("proposals.show.login_to_comment", signin: link_to(t("votes.signin"), new_user_session_path), signup: link_to(t("votes.signup"), new_user_registration_path)).html_safe %>
<% end %> <% @comment_tree.root_comments.each do |comment| %> <%= render 'comments/comment', comment: comment %> <% end %> <%= paginate @comment_tree.root_comments %>
<% end %>