]> git.evergreen-ils.org Git - Evergreen.git/blob - Open-ILS/src/templates/staff/share/print_templates/t_patron_note.tt2
LP 1772053: Cleanup Dan's code.
[Evergreen.git] / Open-ILS / src / templates / staff / share / print_templates / t_patron_note.tt2
1 <!--
2 Template for printing a patron note. Fields include:
3
4 * note.usr.family_name
5 * note.usr.first_name
6 * note.usr.second_given_name
7 * note.usr.card.barcode
8 * note.create_date
9
10 -->
11 <h3>[% l(
12   'Pertaining to [_1], [_2] [_3] : [_4]',
13   '{{note.usr.family_name}}',
14   '{{note.usr.first_given_name}}',
15   '{{note.usr.second_given_name}}',
16   '{{note.usr.card.barcode}}') %]</h3>
17
18 <p>[% l('Created on [_1]', '{{note.create_date | date:$root.egDateAndTimeFormat}}') %]</p>
19 <b>{{note.title}}</b>
20 <br/>
21 <p>{{note.value}}</p>