|
Line 0
Link Here
|
| 0 |
- |
1 |
[% USE raw %] |
|
|
2 |
[% BLOCK ill_request_log %] |
| 3 |
<p> |
| 4 |
[% log.timestamp | $KohaDates with_hours => 1 %] : |
| 5 |
[% IF log.patron %] |
| 6 |
[%- INCLUDE 'patron-title.inc' patron => log.patron hide_patron_infos_if_needed => 1 -%] |
| 7 |
[% ELSE %] |
| 8 |
[% PROCESS 'action-logs.inc' %] |
| 9 |
[% PROCESS translate_log_interface log_interface = log.interface %] |
| 10 |
[% END %] |
| 11 |
- <strong>[% action_label | html %]</strong> |
| 12 |
[% content | $raw %] |
| 13 |
</p> |
| 14 |
[% END %] |