<%INIT>
my $path = $m->request_comp->path;
return unless $path =~ m{^/RTIR};
return if $path =~ m{^/RTIR/Search/index.html};
foreach( @$Conditions ) {
    next unless ($_->{'Name'}||'') =~ /^(?:Queue|Status)$/;
    $_ = undef;
}
</%INIT>
<%ARGS>
$Conditions => [],
</%ARGS>
