<div dir="ltr">I'm trying to use template toolkit for notices, as illustrated on <a href="https://wiki.koha-community.org/wiki/Notices_and_Slips_Library#Notices_and_slips_using_template_toolkit">https://wiki.koha-community.org/wiki/Notices_and_Slips_Library#Notices_and_slips_using_template_toolkit</a><div><br></div><div>This uses the syntax</div><div><br></div><div>[% USE Branches %]<br></div><div><br></div><div>or</div><div><br></div><div>[%- USE date -%]<br></div><div><br></div><div>to import ... something.</div><div><br></div><div>The wiki page says 'See Koha/Template/Plugin/Branches.pm, as well as other modules in Koha/Template/Plugin/'</div><div><br></div><div>... the modules in Koha/Template/Plugin/ are fairly limited... and 'date' Isn't one of them (in fact it's calling methods from Date::Manip, which isn't even part of Koha).</div><div><br></div><div>I'm trying to wrap my brain around which modules are available, and how they're called.</div><div><br></div><div>Any pointers would be welcome.</div><div><br></div><div>Thanks,</div><div><br></div><div>--Barton</div></div>