@@ -, +, @@ --- .../prog/en/includes/about-team.inc | 32 +++++++++++++++---- 1 file changed, 26 insertions(+), 6 deletions(-) --- a/koha-tmpl/intranet-tmpl/prog/en/includes/about-team.inc +++ a/koha-tmpl/intranet-tmpl/prog/en/includes/about-team.inc @@ -69,13 +69,13 @@ currently installed Koha version. They will be in these roles up until [% t.release_date | $KohaDates %], when the next team will be elected.

-
  • Release maintainer: - [% FOREACH m IN t.maintainer %] - [% IF m.version == ( v ) %] + [% FOREACH m IN t.maintainer %] + [% IF m.version == ( v ) %] +
  • Release maintainer: [% INCLUDE person p=m %] - [% END %] - [% END %] -
  • + + [% END %] + [% END %] [% IF t.maintainer_assistants %] [% FOREACH m IN t.maintainer_assistants %] @@ -111,9 +111,19 @@ [% END %] [% IF t.documentation %] + [%- IF t.documentation.list.size == 1 %]
  • Documentation manager: [% INCLUDE person p=t.documentation %]
  • + [% ELSE %] +
  • Documentation managers: + +
  • + [% END %] [% END %] [% IF t.documentation_team %] @@ -133,9 +143,19 @@ [% END %] [% IF t.packaging %] + [%- IF t.packaging.list.size == 1 %]
  • Packaging manager: [% INCLUDE person p=t.packaging %]
  • + [% ELSE %] +
  • Packaging managers: + +
  • + [% END %] [% END %] [% IF t.ci %] --