= t("No comments yet. Be the first to comment!", array("attrs" => html::mark_clean("id= \"g-no-comments\" href=\"" . url::site("form/add/comments/{$item->id}") . "\" class=\"showCommentForm\""))) ?>
" class="g-avatar" alt="= html::clean_attribute($comment->author_name()) ?>" width="40" height="40" /> if ($comment->author()->guest): ?> = t('on %date %name said', array("date" => date("Y-M-d H:i:s", $comment->created), "name" => html::clean($comment->author_name()))); ?> else: ?> = t('on %date %name said', array("date" => date("Y-M-d H:i:s", $comment->created), "url" => user_profile::url($comment->author_id), "name" => html::clean($comment->author_name()))); ?> endif ?>