[% USE raw %]
[% USE Asset %]
[% USE Koha %]
[% USE KohaDates %]
[% USE Branches %]
[% USE TablesSettings %]
[% SET footerjs = 1 %]
[% INCLUDE 'doc-head-open.inc' %]
[% IF ( add_form or copy_form ) %]
[% IF ( modify ) %]
Modify notice › [% ELSE %]
Add notice › [% END %]
[% END %]
[% IF ( add_validate or copy_validate) %]
Notice added › [% END %]
[% IF ( delete_confirm ) %]
Confirm deletion › [% END %]
Notices › Tools › Koha
[% INCLUDE 'doc-head-close.inc' %]
[% INCLUDE 'header.inc' %]
[% INCLUDE 'letters-search.inc' %]
[% END %]
[% IF ( letter && !independant_branch) %]
[% select_for_copy = BLOCK %]
[% END %]
[% END %]
[% IF letter %]
Library
Module
Code
Name
Last updated
Copy notice
Actions
[% FOREACH lette IN letter %]
[% can_edit = lette.branchcode || !independant_branch %]
[% IF lette.branchname %]
[% lette.branchname | html %]
[% ELSE %]
(All libraries)
[% END %]
[% SWITCH lette.module %]
[% CASE 'acquisition' %]Acquisition
[% CASE 'catalogue' %]Catalog
[% CASE 'circulation' %]Circulation
[% CASE 'orderacquisition' %]Order acquisition
[% CASE 'claimacquisition' %]Claim acquisition
[% CASE 'claimissues' %]Claim serial issue
[% CASE 'reserves' %]Holds
[% CASE 'ill' %]Interlibrary loans
[% CASE 'members' %]Patrons
[% CASE 'serial' %]Serials (new issue)
[% CASE 'suggestions' %]Suggestions
[% CASE 'pos' %]Point of sale
[% CASE %][% lette.module | html %]
[% END %]