"
class="g-avatar"
alt="= html::clean_attribute($comment->author_name()) ?>"
width="40"
height="40" />
author()->guest): ?>
= t("on %date_time, %name said",
array("date_time" => gallery::date_time($comment->created),
"name" => html::clean($comment->author_name()))) ?>
= t("on %date_time, %name said",
array("date_time" => gallery::date_time($comment->created),
"url" => user_profile::url($comment->author_id),
"name" => html::clean($comment->author_name()))) ?>
= nl2br(html::purify($comment->text)) ?>
state == "unpublished"): ?>
= t("Your comment is held for moderation. The site moderator will review and publish it.") ?>