OHS Crash Reports Exempt Access Audit

Find records of searches by exempt users in the given time period.

#springBind( "audit" ) #if ( $!{status.errorMessage} )

$!{status.errorMessage}

#end #if( $noresults )

No results found

#end
#mojoOpenFieldSet() #mojoFormField( "#mojoLabel( 'audit.startDate' 'Dates' )" "#mojoInput( 'audit' $audit 'startDate' ) through #mojoInput( 'audit' $audit 'endDate' ) " ) #mojoCloseFieldSet()
#if ( !$!results && $!searched )

No exempt access found

#elseif ( $!results ) #foreach ( $a in $results.keySet() ) #end
User Email Notes Count
$!esc.html( $a.fullName ) ($!esc.html( $a.name )) $!esc.html( $a.email) $!esc.html( $a.organization ) $!esc.html( $results.get( $a ) )
#end