{if $mode ==''}{assign var='mode' value='manage'}{/if} {if $display_type == "" || $display_type == "collections"}
{$collection.collection_name}
{$collection.date_added|date_format} {$collection.views|number_format} {$collection.total_objects|number_format} {$collection.type} {$collection.active}
{/if} {if $display_type == "items"} {if $type == "videos"}
{$collection.title|truncate:100}
{lang code="view"}
{$collection.date_added|date_format} {$collection.views|number_format}
{/if} {if $type == "photos"}
{$collection.photo_title|truncate:100}
{lang code="view"}
{$collection.date_added|date_format} {$collection.views|number_format}
{/if} {/if} {if $display_type == "favorite"}
{$collection.collection_name} {$collection.date_added|date_format} {$collection.type} {$collection.views|number_format}
{/if}