{$c.collection_name}
{uploadButton details=$c target='_blank'}
{lang code="by"|capitalize} {$c.username|capitalize} - {lang code="view"|capitalize} {$c.username|capitalize} {lang code="videos"|capitalize} {if $c.userid == $userquery->userid} - {lang code="edit_collection"} - {link name='manage_items' assign='miLink'} {lang code="manage_items"}{/if}
{$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}
{include file="$style_dir/blocks/new_pagination.html"}
{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})
{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}