{* * $Revision: 16235 $ * Read this before changing templates! http://codex.gallery2.org/Gallery2:Editing_Templates *} {foreach from=$ImageBlockData.blocks item=block}
{if isset($ImageBlockData.show.date)} {g->text text="Date:"} {g->date timestamp=$block.item.originationTimestamp} {/if} {if isset($ImageBlockData.show.views)} {g->text text="Views: %d" arg1=$block.viewCount} {/if} {if isset($ImageBlockData.show.owner)} {g->text text="Owner: %s" arg1=$block.owner.fullName|default:$block.owner.userName} {/if}
{/if}