[% USE raw %] [% USE Branches %] [% USE AuthorisedValues %] [% USE HtmlTags %] [% PROCESS 'i18n.inc' %] [% SET footerjs = 1 %] [% INCLUDE 'doc-head-open.inc' %] [% FILTER collapse %] [% IF club_template %] [% tx("Modify club template {club_template}", { club_template = club_template.name }) | html %] › [% ELSE %] [% t("New club template") | html %] [% END %] › [% t("Patron clubs") | html %] › [% t("Tools") | html %] › [% t("Koha") | html %] [% END %] [% INCLUDE 'doc-head-close.inc' %] [% WRAPPER 'header.inc' %] [% INCLUDE 'cat-search.inc' %] [% END %] [% WRAPPER 'sub-header.inc' %] [% WRAPPER breadcrumbs %] [% WRAPPER breadcrumb_item %] Tools [% END %] [% WRAPPER breadcrumb_item %] Patron clubs [% END %] [% WRAPPER breadcrumb_item bc_active= 1 %] [% IF club_template %] Modify club template [% club_template.name | html | $HtmlTags tag="em" %] [% ELSE %] New club template [% END %] [% END %] [% END #/ WRAPPER breadcrumbs %] [% END #/ WRAPPER sub-header.inc %]

[% IF club_template %] Modify club template [% club_template.name | html | $HtmlTags tag="em" %] [% ELSE %] New club template [% END %]

  1. Required
  2. [% IF club_template.is_enrollable_from_opac %] [% ELSE %] [% END %] If a template allows public enrollment, patrons can enroll in a club based on this template from the public catalog.
  3. [% IF club_template.is_email_required %] [% ELSE %] [% END %] If set, a club based on this template can only be enrolled in by patrons with a valid email address.
  4. If set, only librarians logged in with this branch will be able to modify this club template.
Club fields:

These fields will be used in the creation of clubs based on this template

[% FOREACH f IN club_template.club_template_fields %]
[% END %]
Add new field
Enrollment fields

These fields will be used when enrolling a patron in a club based on this template

[% FOREACH f IN club_template.club_template_enrollment_fields %]
  1.   Enrollment field
[% END %]
Add new field
Cancel
[% MACRO jsinclude BLOCK %] [% END %] [% INCLUDE 'intranet-bottom.inc' %]