<% if post.the_comments.count > 0 %>

<%= post.the_comments.count %> <%= ct('comments')%> "<%= post.the_title %>"

<%= render partial: "partials/comments_list", locals: { comments: post.the_comments, children: "" } %>
<% end %>
<% if signin? %>

<%= ct('comment_new')%>

<%= form_for post, url:{action: :save_comment, post_id: post.id}, html: {method: "post", class: "comment-form"} do |f|%>
<% end %> <% else %> <% end %>