[% IF destination == 'holds' %]
Name | Template | Description | [% UNLESS destination == 'holds' %]Public enrollment | Email required | [% END %]Library | Start date | End date | Enrolled patrons | [% UNLESS destination == 'holds' %][% END %] |
---|---|---|---|---|---|---|---|---|---|
[% c.name | html %] | [% ELSE %]|||||||||
[% c.name | html %] | [% END %][% c.club_template.name | html %] | [% c.description | html %] | [% UNLESS destination == 'holds' %][% IF c.club_template.is_enrollable_from_opac %] Yes [% ELSE %] No [% END %] | [% IF c.club_template.is_email_required %] Yes [% ELSE %] No [% END %] | [% END %][% Branches.GetName( c.branchcode ) | html %] | [% IF c.date_start %] [% c.date_start | $KohaDates %] [% END %] | [% IF c.date_end %] [% c.date_end | $KohaDates %] [% END %] | [% c.club_enrollments.count | html %] | [% UNLESS destination == 'holds' %][% END %] |