|
Lines 32-37
Link Here
|
| 32 |
[%- CASE 'meeting_facilitator' -%]<span>Meeting facilitator</span> |
32 |
[%- CASE 'meeting_facilitator' -%]<span>Meeting facilitator</span> |
| 33 |
[%- CASE 'ktd' -%]<span>Developer tooling</span> |
33 |
[%- CASE 'ktd' -%]<span>Developer tooling</span> |
| 34 |
[%- CASE 'website' -%]<span>Website administrator</span> |
34 |
[%- CASE 'website' -%]<span>Website administrator</span> |
|
|
35 |
[%- CASE 'security_manager' -%]<span>Security release manager</span> |
| 35 |
[%- CASE -%]<span>MISSING MAP FOR ROLE: [% role.key | html %]</span> |
36 |
[%- CASE -%]<span>MISSING MAP FOR ROLE: [% role.key | html %]</span> |
| 36 |
[%- END -%] |
37 |
[%- END -%] |
| 37 |
[%- IF ex %] - [% ex | html %][% END -%] |
38 |
[%- IF ex %] - [% ex | html %][% END -%] |
|
Lines 78-83
Link Here
|
| 78 |
<p>This is the team who are responsible for the next release of Koha and the ongoing maintenance of your |
79 |
<p>This is the team who are responsible for the next release of Koha and the ongoing maintenance of your |
| 79 |
currently installed Koha version. They will be in these roles up until <strong>[% t.release_date | $KohaDates %]</strong>, when the next team will be elected.</p> |
80 |
currently installed Koha version. They will be in these roles up until <strong>[% t.release_date | $KohaDates %]</strong>, when the next team will be elected.</p> |
| 80 |
|
81 |
|
|
|
82 |
[% FOREACH s IN t.security_manager %] |
| 83 |
<li><strong>Security release manager:</strong> |
| 84 |
[% INCLUDE person p=s %] |
| 85 |
</li> |
| 86 |
[% END %] |
| 87 |
|
| 81 |
[% FOREACH m IN t.maintainer %] |
88 |
[% FOREACH m IN t.maintainer %] |
| 82 |
[% IF m.version == ( v ) %] |
89 |
[% IF m.version == ( v ) %] |
| 83 |
<li><strong>Release maintainer:</strong> |
90 |
<li><strong>Release maintainer:</strong> |
| 84 |
- |
|
|