% cache("user-profile-comments-#{@user.last_comment_at}-#{@user.id}-#{@comments.size}", expires_in: 2.days) do %>
<%= truncate(strip_tags(comment.processed_html), length: 64).html_safe %>
<%= comment.readable_publish_date %>
<% if high_number_of_comments?(@user.comments_count) %> <%= t("views.users.comments.last", count: number_of_comments_to_render) %> <% else %> <%= t("views.users.comments.all", count: @user.comments_count) %> <% end %>
<%= t("views.users.comments.recent") %>
<%= comment.commentable.title %>
<%= truncate(strip_tags(comment.processed_html), length: 64).html_safe %>