Bug 31095: Remove GetDebarments from circ/circulation.pl
[koha.git] / koha-tmpl / intranet-tmpl / prog / en / includes / restriction-types.inc
1 [%- BLOCK restriction_type_description -%]
2     [%- ddisplay = restriction_type.display_text -%]
3     [%- SWITCH ddisplay -%]
4         [%- CASE 'Manual' -%]<span>Manual</span>
5         [%- CASE 'Overdues' -%]<span>Overdues</span>
6         [%- CASE 'Suspension' -%]<span>Suspension</span>
7         [%- CASE 'Discharge' -%]<span>Discharge</span>
8         [%- CASE -%]<span>[% ddisplay | html %]</span>
9     [%- END -%]
10 [%- END -%]