RSS Git Download  Clone
Raw Blame History
[% META title = 'Haematological Malignancy Research Network » View History' %]
<!-- BEGIN [% template.name %] -->
[% # PROCESS dumper.tt dump = data %]

    <table class="indent">
        <tr>
            <th>User</th>
            <th>Action</th>
            <th>Date/Time</th>
        </tr>
        [% FOREACH entry IN data %]
        <tr>
            <td>[% entry.username | upper %]</td>
            <td>[% entry.action %]</td>
            <td>[% entry.time.strftime('%d.%b.%Y %H:%M') %]</td>
        </tr>
        [% END %]
    </table>
    <p class="indent">[% site.html.back_button %]</p>
<!-- END [% template.name %] -->