Lines 74-80
Link Here
|
74 |
</thead> |
74 |
</thead> |
75 |
<tbody> |
75 |
<tbody> |
76 |
[% FOREACH nf IN not_found %] |
76 |
[% FOREACH nf IN not_found %] |
77 |
<tr><td>[% nf | html %]</td></td> |
77 |
<tr><td>[% nf | html %]</td></tr> |
78 |
[% END %] |
78 |
[% END %] |
79 |
</tbody> |
79 |
</tbody> |
80 |
</table> |
80 |
</table> |
Lines 96-102
Link Here
|
96 |
</thead> |
96 |
</thead> |
97 |
<tbody> |
97 |
<tbody> |
98 |
[% FOREACH ed IN existed %] |
98 |
[% FOREACH ed IN existed %] |
99 |
<tr><td>[% ed | html %]</td></td> |
99 |
<tr><td>[% ed | html %]</td></tr> |
100 |
[% END %] |
100 |
[% END %] |
101 |
</tbody> |
101 |
</tbody> |
102 |
</table> |
102 |
</table> |
103 |
- |
|
|