{$c.collection_name}
{section name=item loop=$objects max=1}
{include file="$style_dir/blocks/view_item.html" object=$objects[item]}
{/section}
{$c.type|capitalize} ({$c.total_objects})
{section name=o_list loop=$objects}
{include file="$style_dir/blocks/collection.html" object=$objects[o_list] display_type="view_collection" type=$c.type}
{sectionelse}
{$c.collection_name} has 0 {$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}
{lang code="tags"}
{$c.collection_tags|tags:collections}
{$c.collection_description|description}
{lang code="comments"} ({$c.total_comments})
{include file="$style_dir/blocks/comments/comments.html" id=$c.collection_id type='cl'}
{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}