if (!$comments->count()): ?>
= t("No comments yet. Be the first to comment!", array("attrs" => "href=\"#add_comment_form\" class=\"showCommentForm\"")) ?>
endif ?>
      
        "
             class="gAvatar"
             alt="= p::clean($comment->author_name()) ?>"
             width="40"
             height="40" />
      
      = t("on %date %name said",
            array("date" => date("Y-M-d H:i:s", $comment->created),
                  "name" => p::clean($comment->author_name()))); ?>