{if $mode == 'view'}

Flagged Collections Manager

 

{if $c} {$collections=$c} {foreach $collections as $c} {/foreach} {/if}
# Thumb Collection Flags Owner 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.total_flags|number_format} {$c.username} {$c.date_added|niceTime}
{if !$c}
{lang code='No flags found'}
{/if}
{include file="$style_dir/blocks/pagination.html" } {/if} {if $mode == 'view_flags'}

{$collection.collection_name} Flags

Following are details of flags

{if $flags} {foreach $flags as $flag} {/foreach} {/if}
# Report Reporter Date
{$flag.flag_id} {$flag.flag_type|flag_type} {$flag.userid|get_username} {$flag.date_added|niceTime}
{/if}