"
           class="gAvatar"
           alt="= html::clean_attribute($comment->author_name()) ?>"
           width="40"
           height="40" />
    
    = t("on %date_time, %author_name said",
          array("date_time" => gallery::date_time($comment->created),
                "author_name" => html::clean($comment->author_name()))) ?>