|
Lines 42-48
Link Here
|
| 42 |
[% FOREACH resul IN result %] |
42 |
[% FOREACH resul IN result %] |
| 43 |
<tr data-authid="[% resul.authid | html %]"> |
43 |
<tr data-authid="[% resul.authid | html %]"> |
| 44 |
<td>[% PROCESS authresult summary=resul.summary authid=resul.authid %]</td> |
44 |
<td>[% PROCESS authresult summary=resul.summary authid=resul.authid %]</td> |
| 45 |
<td>[% resul.summary.label | html %]</td> |
45 |
<td>[% resul.authtype | html %]</td> |
| 46 |
[% UNLESS ( resul.isEDITORS ) %] |
46 |
[% UNLESS ( resul.isEDITORS ) %] |
| 47 |
<td> |
47 |
<td> |
| 48 |
[% IF resul.used > 0 %] |
48 |
[% IF resul.used > 0 %] |
| 49 |
- |
|
|