Project

General

Profile

1
Greetings,
2

    
3
The unsuccessful registration attempts during $month
4
were the following (datasource Name, base URL, contact mail, compliance level):
5

    
6
#foreach( $datasource in $failedJobs )
7
$datasource.name, $datasource.baseUrl, $datasource.email, $datasource.compliance
8
#end
9
$noneFailed
10

    
11
The successful ones were the following:
12

    
13
#foreach( $datasource in $passedJobs )
14
$datasource.name, $datasource.baseUrl, $datasource.email, $datasource.compliance
15
#end
16
$nonePassed
17

    
18
Regards,
19
Validator's administrator
20

    
(1-1/7)