|
Lines 202-207
Link Here
|
| 202 |
[% END %] |
202 |
[% END %] |
| 203 |
[% END %] |
203 |
[% END %] |
| 204 |
|
204 |
|
|
|
205 |
[% IF t.ktd %] |
| 206 |
[% IF t.ktd.size == 1 %] |
| 207 |
<li><strong><a href="https://gitlab.com/koha-community/koha-testing-docker">KTD</a> maintainer:</strong> |
| 208 |
[% INCLUDE person p=t.ktd.0 %] |
| 209 |
</li> |
| 210 |
[% ELSE %] |
| 211 |
<li><strong><a href="https://gitlab.com/koha-community/koha-testing-docker">KTD</a> maintainers:</strong> |
| 212 |
<ul> |
| 213 |
[% FOREACH j IN t.ktd %] |
| 214 |
<li>[% INCLUDE person p=j %] |
| 215 |
[% END %] |
| 216 |
</ul> |
| 217 |
</li> |
| 218 |
[% END %] |
| 219 |
[% END %] |
| 220 |
|
| 205 |
[% IF t.bugwrangler %] |
221 |
[% IF t.bugwrangler %] |
| 206 |
<li><strong>Bug wranglers:</strong> |
222 |
<li><strong>Bug wranglers:</strong> |
| 207 |
<ul> |
223 |
<ul> |
| 208 |
- |
|
|