{include file=shared:commentadminctrls.tpl} {* this shows edit/delete links*}
{*
using this tag combo, the name is displayed as a link only
if user entered a URL.
Syntax is quite intuitive:
"if $url is not empty, show $name between a tags,
else default fallback on displaying plain $name"
*}
{$url|notempty:"$name"|default:$name} Says,
{$date|date_format:"%A, %B %e, %Y - %H:%M:%S"}
{$date|date_format:"%A, %B %e, %Y - %H:%M:%S"}