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