<% if(root) { %>
<%= 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) { %>
<% for(photo in root.photos) { if(photo == 0){ continue; } if(photo == 8){ break; } %> <% } %> <% } %> <%= text %> <% if(o_embed_cache) { %> <%= root.o_embed_cache.posts.data.html %> <% } %>
<% } else { %>

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

<% } %>