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

Request [% c.param('Id') %] history

[ key: unchanged text, text deletion, text addition ]

    [% FOREACH entry IN history; # PROCESS dumper.tt dump = entry %]
  1. [% entry.title %]

    [% entry.diff.replace('¬', '

    ') %]
    [% UNLESS loop.last %]
    [% END %]
  2. [% END %]

[% site.html.back_button %]