{* * $Revision: 16235 $ * Read this before changing templates! http://codex.gallery2.org/Gallery2:Editing_Templates *}
{if !empty($showDate)}
{capture name=childTimestamp}{g->date timestamp=$item.originationTimestamp}{/capture} {g->text text="Date: %s" arg1=$smarty.capture.childTimestamp}
{/if} {if !empty($showOwner)}
{g->text text="Owner: %s" arg1=$item.owner.fullName|default:$item.owner.userName}
{/if} {if !empty($showSize) && $item.canContainChildren && $item.childCount > 0}
{g->text one="Size: %d item" many="Size: %d items" count=$item.childCount arg1=$item.childCount} {if $item.descendentCount > $item.childCount} {g->text one="(%d item total)" many="(%d items total)" count=$item.descendentCount arg1=$item.descendentCount} {/if}
{/if} {if !empty($showViewCount) && $item.viewCount > 0}
{g->text text="Views: %d" arg1=$item.viewCount}
{/if} {if !empty($showSummaries)} {foreach from=$item.itemSummaries key=name item=summary}
{$summary}
{/foreach} {/if}