4 % if( $feature->organism && $feature->organism->species && $feature->organism->species !~ /^(any|all|none|null|nill?|\d+)$/i ) {
5 <& /page/page_title.mas, title => '<i>'.$feature->organism->species.'</i> '.type_name($feature).' '. $feature->id &>
7 <& /page/page_title.mas, title => type_name($feature,'caps').' '. $feature->id &>
10 use SGN::View::Feature qw/ type_name /;