Koha::Template::Plugin::Categories - TT Plugin for categories
[% USE Categories %]
[% Categories.all() %]
In a template, you can get the all categories with the following TT code: [% Categories.all() %]
In a template, you can get the name of a patron category using [% Categories.GetName( categorycode ) %].
Jonathan Druart <jonathan.druart@biblibre.com>