RSS Git Download  Clone
Raw Blame History
  [% META title = 'Resources » Add New Terms' -%]
<!-- BEGIN [% template.title %] -->

  [% # PROCESS dumper.tt dump = words %]
  [% # PROCESS dumper.tt dump = trashed %]

	<h2 class="header">New dictionary terms</h2>

    <h3>Added</h3>
    <ul class="indent">
    [% FOREACH word IN words %]
        <li>[% word %]</li>
    [% END %]
    </ul>

    [% IF trashed.size %]
        <h3>Skipped</h3>
        <ul class="indent">
        [% FOREACH word IN trashed %]
            <li>[% word.key %]</li>
        [% END %]
        </ul>
    [% END %]
<!-- END [% template.title %] -->