{lang="gallery_recently_commented_images"}
{{foreach $recentComments as $image}} {{$lastComment = $image->comments( 1, 0, 'date', 'desc', NULL, TRUE );}}-
{{if $image->media }}
{{else}}
{{endif}}
{template="nsfwOverlay" app="gallery" location="front" group="global" params="$image, FALSE"}
{$lastComment->truncated(TRUE)|raw}
{$image->lastCommenter()->link()|raw}
· {datetime="$image->mapped('last_comment')"}
{{endforeach}}