Collection Manager

{$collection=$c} {if $c} {foreach $collection as $c} {/foreach} {/if}
# Thumb Collection Owner Total Photos Date
{$c.collection_id} {$c.collection_name}
{if $c.active=='yes'} {lang code='Active'} {else} {lang code='Inactive'} {/if} {if $c.featured=='yes'} Featured {/if}
{$c.username} {$c.total_objects|number_format} {$c.date_added|niceTime}
{if !$c}
{lang code='No collections found'}
{/if}
{include file="$style_dir/blocks/pagination.html" }