<% if(root) { %>
<%= root.author.name %> - <% if(root.reshares_count) { %> - <%= Diaspora.I18n.t("stream.reshares", {count : root.reshares_count}) %> <% } %>
<% if(root.photos && root.photos.length > 0) { %>
<% for(photo in root.photos) { if(photo == 0){ continue; } if(photo == 8){ break; } %> <% } %> <% } %>
<%= text %> <%= o_embed_html %>
<% } else { %>

<%= Diaspora.I18n.t('stream.original_post_deleted') %>

<% } %>