<%= root.author.name %>
-
<% if(root.reshares_count) { %>
-
<%= Diaspora.I18n.t("stream.reshares", {count : root.reshares_count}) %>
<% } %>
<% if(root.photos_count > 0 && root.photos && root.photos.length > 0) { %>
<% } else { %>
<%= Diaspora.I18n.t('stream.original_post_deleted') %>
<% } %>