|
Lines 46-52
Link Here
|
| 46 |
[%- BLOCK team -%] |
46 |
[%- BLOCK team -%] |
| 47 |
<ul> |
47 |
<ul> |
| 48 |
|
48 |
|
| 49 |
[% IF v == 'release' %] |
49 |
[% IF v == 'release' %] |
| 50 |
<p>This is the team who were responsible for the initial release of your currently installed Koha version.</p> |
50 |
<p>This is the team who were responsible for the initial release of your currently installed Koha version.</p> |
| 51 |
|
51 |
|
| 52 |
<li><strong>Release manager:</strong> |
52 |
<li><strong>Release manager:</strong> |
|
Lines 67-73
Link Here
|
| 67 |
</li> |
67 |
</li> |
| 68 |
[% END %] |
68 |
[% END %] |
| 69 |
|
69 |
|
| 70 |
[% ELSE %] |
70 |
[% ELSE %] |
| 71 |
<p>This is the team who are responsible for the next release of Koha and the ongoing maintenance of your |
71 |
<p>This is the team who are responsible for the next release of Koha and the ongoing maintenance of your |
| 72 |
currently installed Koha version. They will be in these roles up until <strong>[% t.release_date | $KohaDates %]</strong>, when the next |
72 |
currently installed Koha version. They will be in these roles up until <strong>[% t.release_date | $KohaDates %]</strong>, when the next |
| 73 |
team will be elected.</p> |
73 |
team will be elected.</p> |
|
Lines 95-101
Link Here
|
| 95 |
[% END %] |
95 |
[% END %] |
| 96 |
[% END %] |
96 |
[% END %] |
| 97 |
[% END %] |
97 |
[% END %] |
| 98 |
[% END %] |
98 |
[% END %] |
| 99 |
|
99 |
|
| 100 |
[% IF t.qa_manager %] |
100 |
[% IF t.qa_manager %] |
| 101 |
<li><strong>Quality assurance manager:</strong> |
101 |
<li><strong>Quality assurance manager:</strong> |
|
Lines 197-203
Link Here
|
| 197 |
</li> |
197 |
</li> |
| 198 |
[% END %] |
198 |
[% END %] |
| 199 |
|
199 |
|
| 200 |
[% IF v != 'release' %] |
200 |
[% IF t.accessibility_advocates %] |
|
|
201 |
<li><strong>Accessibility advocates:</strong> |
| 202 |
<ul> |
| 203 |
[% FOREACH a IN t.accessibility_advocates %] |
| 204 |
<li>[% INCLUDE person p=a %]</li> |
| 205 |
[% END %] |
| 206 |
</ul> |
| 207 |
</li> |
| 208 |
[% ELSIF t.accessibility_advocate %] |
| 209 |
<li><strong>Accessibility advocate:</strong> |
| 210 |
[% INCLUDE person p=t.accessibility_advocate %] |
| 211 |
</li> |
| 212 |
[% END %] |
| 213 |
|
| 214 |
[% IF v != 'release' %] |
| 201 |
|
215 |
|
| 202 |
<li><strong>Release manager:</strong> |
216 |
<li><strong>Release manager:</strong> |
| 203 |
[% INCLUDE person p=t.manager %] |
217 |
[% INCLUDE person p=t.manager %] |
|
Lines 217-238
Link Here
|
| 217 |
</li> |
231 |
</li> |
| 218 |
[% END %] |
232 |
[% END %] |
| 219 |
|
233 |
|
| 220 |
[% IF t.accessibility_advocate %] |
234 |
[% ELSE %] |
| 221 |
<li><strong>Accessibility advocate:</strong> |
|
|
| 222 |
[% INCLUDE person p=t.accessibility_advocate %] |
| 223 |
</li> |
| 224 |
[% ELSIF t.accessibility_advocates %] |
| 225 |
<li><strong>Accessibility advocates:</strong> |
| 226 |
<ul> |
| 227 |
[% FOREACH a IN t.accessibility_advocates %] |
| 228 |
<li>[% INCLUDE person p=a %]</li> |
| 229 |
[% END %] |
| 230 |
</ul> |
| 231 |
</li> |
| 232 |
[% END %] |
| 233 |
|
| 234 |
|
| 235 |
[% ELSE %] |
| 236 |
<li><strong>Release maintainers:</strong> |
235 |
<li><strong>Release maintainers:</strong> |
| 237 |
<ul> |
236 |
<ul> |
| 238 |
[% FOREACH m IN t.maintainer %] |
237 |
[% FOREACH m IN t.maintainer %] |
|
Lines 255-260
Link Here
|
| 255 |
[% END %] |
254 |
[% END %] |
| 256 |
</ul> |
255 |
</ul> |
| 257 |
</li> |
256 |
</li> |
| 258 |
[% END %] |
257 |
[% END %] |
| 259 |
</ul> |
258 |
</ul> |
| 260 |
[%- END -%] |
259 |
[%- END -%] |
| 261 |
- |
|
|