## Changesets table ! <%namespace name="base" file="/base/base.html"/> %if c.ancestor:
${_('Common Ancestor Commit')}: ${h.short_id(c.ancestor)}
%endif
%for commit in c.commit_ranges: %endfor % if not c.commit_ranges: % endif
${_('Time')} ${_('Author')} ${_('Commit')} ${_('Description')}
${h.age_component(commit.date)} ${base.gravatar_with_user(commit.author, 16)} r${commit.revision}:${h.short_id(commit.raw_id)} ${h.hidden('revisions',commit.raw_id)}
${h.urlify_commit_message(commit.message, c.repo_name)}
${_('No commits in this compare')}