Bug 26922: Regression tests
[koha.git] / koha-tmpl / intranet-tmpl / prog / en / modules / ill / log / patron_notice.tt
blob76287896235bc1913698e898312a5f31ab7adbb3
1 [% USE KohaDates %]
2 <p>
3 [% log.timestamp | $KohaDates with_hours => 1 %] : <b>Patron notice sent: </b>
4 [% notice_code = log.info.notice_code %]
5 &quot;[% log.notice_types.$notice_code.name | html %]&quot;
6 </p>