[% META title="Morphology/Comment History" %]
<!-- BEGIN history/comment.tt -->
[% # PROCESS dumper.tt dump = history %]
<h2 class="header">
[% PROCESS site/lab_number.tt %] morphology/comment history
</h2>
<p class="indent">
[ <span class="title">key:</span> unchanged text,
<span class="del">text deletion</span>,
<span class="add">text addition</span> ]
</p>
<ol>
[% FOREACH entry IN history; # PROCESS dumper.tt dump = entry %]
<li>
<p class="title">[% entry.title %]</p>
<div>
[% entry.diff.replace('�', '<br /><br />') %]
</div>
[% UNLESS loop.last %]<hr />[% END %]
</li>
[% END %]
</ol>
<hr />
[% site.html.back_button %]
<!-- END history/comment.tt -->