[% META title="Request View History" %] [% # PROCESS dumper.tt dump = history %] [% INCLUDE record/patient_summary.tt %]

Request ViewLog History [ printlog ]

[% IF history.size %] [% FOREACH entry IN history %] [% END %]
UserID Date Time Address
[% loop.count %] [% entry.user.first_name | ucfirst %] [% entry.user.last_name | upper %] [% entry.time.strftime('%d.%b.%Y') %] [% entry.time.strftime('%T') %] [% entry.ip_address %]
[% ELSE %]

No log entries available for this record

[% END %]

[% site.html.back_button %]