Koha::Template::Plugin::Categories - TT Plugin for categories
[% USE Categories %]
[% Categories.all() %]
In a template, you can get all the categories with the following TT code: [% Categories.all() %]
In a template, you can get the categories with library limits applied with the following TT code: [% Categories.limited() %]
In a template, you can get the name of a patron category using [% Categories.GetName( categorycode ) %].
Returns true is any patron category has the effective_reset_password evaluate to true. Returns false otherwise.
Jonathan Druart <jonathan.druart@biblibre.com>