<%page args="update" />
${update.time}
${update.tag}
<% last_repo = None %>\ % for commit in update.log: % if commit.repo != last_repo: % endif <% last_repo = commit.repo %>\ % endfor
${commit.repo}
${commit.hash} <%! import hashlib %>\ ${commit.author} ${commit.subject} ${commit.time}