{if $mode == 'view'}

Flagged Photos Manager

 

{if $photos} {foreach $photos as $photo} {assign var=that_thumb value=$cbphoto->get_image_file($photo,'m')} {/foreach} {/if}
# Thumb Photo Flags Uploader Date
{$photo.photo_id}{get_photo details=$photo width=60 output='html' extra=" rel='popover' data-content='
' " title="Thumbnail" class="popover-class"}
{$photo.photo_title}
{if $photo.active=='yes'} {lang code='Active'} {else} {lang code='Inactive'} {/if} {if $photo.featured=='yes'} Featured {/if} {if $photo.is_mature=='yes'} Mature {/if}
{$photo.total_flags|number_format} {$photo.username} {$photo.date_added|niceTime}
{if !$photos}
{lang code='No flags found'}
{/if}
{include file="$style_dir/blocks/pagination.html" } {/if} {if $mode == 'view_flags'}

{$photo.photo_title} 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}