{$c.collection_name}
{uploadButton details=$c target='_blank'}
{$c.type|capitalize} ({$c.total_objects})
{section name=list loop=$objects}
{include file="$style_dir/blocks/collection.html" object=$objects[list] display_type=view_collection type=$c.type}
{/section}
{lang code="date_added"}
{$c.date_added|niceTime}
{lang code="views"}
{$c.views|number_format} {lang code="views"}
{lang code="categories"}
{$c.category|categories:collections}
{lang code="tags"}
{$c.collection_tags|tags:collections}
{$c.collection_description|description}
{lang code="comments"} ({$c.total_comments})
{if $myquery->is_commentable($c,'collection')}
{include file="$style_dir/blocks/comments/add_comment.html" id=$c.collection_id type='cl'}
{else}
{lang code='comm_disabled_for_vid'}
{/if}