' . 
$td. $link . $id . ''. $space .
$td. $link . $ticket->{'subject'} . ''. $space .
$td. $ticket->{'queue'} . ''. $space .
$td. $ticket->{'status'} . ''. $space .
$td. $date_formatter->($ticket->{'created'}) . ''. $space .
$td. $date_formatter->($ticket->{'due'}) . ''. $space .
qq!| !. ($ticket->{'timeestimated'} || '') 
.  ''. $space .
qq! | !;
  if ( $can_set_priority ) {
    $OUT .= '' .
            '{'_selfservice_priority'}.'">';
    if ( exists($ticket_error{$id}) ) {
      # display error message compactly
      $OUT .= ' | *';
    }
  }
  else {
    $OUT .= ($ticket->{'content'} || $ticket->{'priority'}) . '';
  }
  $OUT .= ' | 
';
  $col = $col eq $col1 ? $col2 : $col1;
} #foreach my $ticket
if ( $can_set_priority ) {
  $OUT .= '