Lines 168-180
Link Here
|
168 |
[% ELSE %] |
168 |
[% ELSE %] |
169 |
<li id="userdebarred"><strong>Please note:</strong> Your account has been frozen. |
169 |
<li id="userdebarred"><strong>Please note:</strong> Your account has been frozen. |
170 |
[% IF ( borrower.debarredcomment ) %] |
170 |
[% IF ( borrower.debarredcomment ) %] |
171 |
Comment: |
171 |
Comment:<br /> |
172 |
<span id="userdebarred_comment"> |
172 |
<span id="userdebarred_comment"> |
173 |
<strong> |
173 |
<strong> |
174 |
[% IF borrower.debarredcomment.search('OVERDUES_PROCESS') %] |
174 |
[% IF borrower.debarredcomment.search('OVERDUES_PROCESS') %] |
175 |
Restriction added by overdues process [% borrower.debarredcomment.remove('OVERDUES_PROCESS ') | html_line_break %] |
175 |
Restriction added by overdues process [% borrower.debarredcomment.remove('OVERDUES_PROCESS ') | html_line_break %] |
176 |
[% ELSE %] |
176 |
[% ELSE %] |
177 |
[% borrower.debarredcomment | html_line_break %] |
177 |
[% FOR restriction IN logged_in_user.restrictions %] |
|
|
178 |
[% IF restriction.comment %] |
179 |
[% restriction.type.display_text | html %]: [% restriction.comment | html_line_break %], frozen until: |
180 |
[% IF restriction.expiration %] |
181 |
[% restriction.expiration | $KohaDates %] |
182 |
[% ELSE %] |
183 |
<strong>Indefinite</strong> |
184 |
[% END %] |
185 |
<br /> |
186 |
[% ELSE %] |
187 |
[% restriction.type.display_text | html %], frozen until: |
188 |
[% IF restriction.expiration %] |
189 |
[% restriction.expiration | $KohaDates %] |
190 |
[% ELSE %] |
191 |
<strong>Indefinite</strong> |
192 |
[% END %] |
193 |
<br /> |
194 |
[% END %] |
195 |
[% END %] |
178 |
[% END %] |
196 |
[% END %] |
179 |
</strong> |
197 |
</strong> |
180 |
</span> |
198 |
</span> |
181 |
- |
|
|