Lines 56-62
Link Here
|
56 |
[% FOREACH resul IN result %] |
56 |
[% FOREACH resul IN result %] |
57 |
<tr data-authid="[% resul.authid | html %]"> |
57 |
<tr data-authid="[% resul.authid | html %]"> |
58 |
<td>[% PROCESS authresult summary=resul.summary authid=resul.authid %]</td> |
58 |
<td>[% PROCESS authresult summary=resul.summary authid=resul.authid %]</td> |
59 |
<td>[% resul.summary.label | html %]</td> |
59 |
<td>[% resul.authtype | html %]</td> |
60 |
[% UNLESS ( resul.isEDITORS ) %] |
60 |
[% UNLESS ( resul.isEDITORS ) %] |
61 |
<td> |
61 |
<td> |
62 |
[% IF resul.used > 0 %] |
62 |
[% IF resul.used > 0 %] |
63 |
- |
|
|