{{$currentSeparator = NULL;}} {{if count( $results )}} {{foreach $results as $result}} {{if $showTimeSeparators}} {{if $currentSeparator != 'earlier'}} {{$separator = $result->streamSeparator( $sort == 'date' );}} {{if $currentSeparator != $separator}}
  • {lang="$separator"}
  • {{$currentSeparator = $separator;}} {{endif}} {{endif}} {{endif}} {$result->html( $view, $sort != 'date', TRUE )|raw} {{endforeach}} {{else}} {{if ! ( \IPS\Request::i()->isAjax() and isset( \IPS\Request::i()->before ) )}}
  • {lang="stream_no_results"}

  • {{endif}} {{endif}}