<% if @comments_to_show_count && @article.comments_count > @comments_to_show_count %>
<%= t("views.comments.parent.view_full", count: @article.comments_count) %>
<% end %> <% unless all_comments_visible?(@article) %>

<%= t("views.comments.visible_signed_in.text_html", sign_in: link_to(t("views.comments.visible_signed_in.sign_in"), "/enter")) if any_hidden_negative_comments?(@article) %> <%= t("views.comments.hidden.text_html", info: link_to(t("views.comments.hidden.info"), "/faq")) if @article.any_comments_hidden %>

<% end %> <%= render "articles/conduct_and_abuse_actions", page: "articles_show" %>