|
Lines 173-183
Link Here
|
| 173 |
<ul id="userdebarred_comment"> |
173 |
<ul id="userdebarred_comment"> |
| 174 |
[% FOREACH restriction IN logged_in_user.restrictions %] |
174 |
[% FOREACH restriction IN logged_in_user.restrictions %] |
| 175 |
<li class="patron_restriction"> |
175 |
<li class="patron_restriction"> |
| 176 |
<strong>[%- restriction.type.display_text | html -%]</strong> |
176 |
<strong>[%- restriction.type.display_text | html -%]: </strong> |
| 177 |
[% IF restriction.comment.search('OVERDUES_PROCESS') %] |
177 |
[% IF restriction.comment.search('OVERDUES_PROCESS') %] |
| 178 |
Restriction added by overdues process [% restriction.comment.remove('OVERDUES_PROCESS ') | html_line_break %] |
178 |
Restriction added by overdues process [% restriction.comment.remove('OVERDUES_PROCESS ') | html_line_break %] |
| 179 |
[% ELSE %] |
179 |
[% ELSE %] |
| 180 |
[%- IF restriction.comment -%]: |
180 |
[%- IF restriction.comment -%] |
| 181 |
<span class="restriction_comment">[% restriction.comment | html_line_break %]</span>. |
181 |
<span class="restriction_comment">[% restriction.comment | html_line_break %]</span>. |
| 182 |
[%- END -%] |
182 |
[%- END -%] |
| 183 |
[% END %] |
183 |
[% END %] |
| 184 |
- |
|
|