{foreach $post.album.photos as $p}
{/if}
{if isset($post.plugins) && isset($post.plugins.after) && $post.plugins.after}
{* @event prepare_posts_backend.%plugin_id%.after *}
{foreach $post.plugins.after as $plugin => $output}
{$output}
{/foreach}
{/if}
{if $p.description}
{if $p.description|strstr:'
{/foreach}
'} {$p.description} {else}
{$p.description}
{/if} {/if}[`Photo album`]: {$post.album.name|escape} ({count($post.album.photos)})
{$post.comment_count} {_w('comment', 'comments', $post.comment_count)} {if count($post.comments) == 0} [`No comments`] {/if}
{if count($post.comments) > 0} {include 'templates/actions-legacy/post/include.comments.html' inline} {else}
{/if} {if $post.comments_allowed}[`Add comment`]
-
{$current_contact.name|escape}
{/if}