Bug 35307: Add a hidden input for expired holds
[koha.git] / koha-tmpl / intranet-tmpl / prog / en / includes / restriction-types.inc
1 [% PROCESS 'i18n.inc' %]
2 [%- BLOCK restriction_type_description -%]
3     [%- ddisplay = restriction_type.display_text -%]
4     [%- SWITCH ddisplay -%]
5         [%- CASE 'Manual' -%][% t("Manual") | html %]
6         [%- CASE 'Overdues' -%][% t("Overdues") | html %]
7         [%- CASE 'Suspension' -%][% t("Suspension") | html %]
8         [%- CASE 'Discharge' -%][% t("Discharge") | html %]
9         [%- CASE -%][% ddisplay | html %]
10     [%- END -%]
11 [%- END -%]