<%- if t.posts_count > 1 %>
">
<%= "#{I18n.t('embed.last_reply')} #{time_ago_in_words(t.last_posted_at, scope: :'datetime.distance_in_words_verbose')}" %>
<%- end %>
<%- if t.like_count > 0 %>
<%= I18n.t('embed.likes', count: t.like_count) %>
<%- end %>
<%- if t.posts_count > 1 %>
<%= I18n.t('embed.replies', count: (t.posts_count - 1)) %>
<%- end %>