Lines 39-50
Link Here
|
39 |
[%- END -%] |
39 |
[%- END -%] |
40 |
|
40 |
|
41 |
[%- BLOCK team -%] |
41 |
[%- BLOCK team -%] |
42 |
<ul> |
42 |
<ul class="columns-3"> |
43 |
|
43 |
|
44 |
[% IF v == 'release' %] |
44 |
[% IF v == 'release' %] |
45 |
<p>This is the team who were responsible for the initial release of your currently installed Koha version.</p> |
45 |
<li> |
46 |
|
46 |
This is the team who were responsible for the initial release of your currently installed Koha version. |
47 |
<li><strong>Release manager:</strong> |
47 |
</li> |
|
|
48 |
<li> |
49 |
<strong>Release manager:</strong> |
48 |
[% INCLUDE person p=t.manager %] |
50 |
[% INCLUDE person p=t.manager %] |
49 |
</li> |
51 |
</li> |
50 |
|
52 |
|
Lines 63-73
Link Here
|
63 |
[% END %] |
65 |
[% END %] |
64 |
|
66 |
|
65 |
[% ELSE %] |
67 |
[% ELSE %] |
66 |
<p>This is the team who are responsible for the next release of Koha and the ongoing maintenance of your |
68 |
<li> |
67 |
currently installed Koha version. They will be in these roles up until <strong>[% t.release_date | $KohaDates %]</strong>, when the next |
69 |
<p>This is the team who are responsible for the next release of Koha and the ongoing maintenance of your 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> |
68 |
team will be elected.</p> |
70 |
<strong>Release maintainer:</strong> |
69 |
|
|
|
70 |
<li><strong>Release maintainer:</strong> |
71 |
<ul> |
71 |
<ul> |
72 |
[% FOREACH m IN t.maintainer %] |
72 |
[% FOREACH m IN t.maintainer %] |
73 |
[% IF m.version == ( v - 0.01 ) %] |
73 |
[% IF m.version == ( v - 0.01 ) %] |