${_('Common Ancestor Commit')}:
${h.short_id(c.ancestor)}
. ${_('Compare was calculated based on this shared commit.')}
%endif
${_('Time')}
${_('Author')}
${_('Commit')}
${_('Description')}
## to speed up lookups cache some functions before the loop
<%
active_patterns = h.get_active_pattern_entries(c.repo_name)
urlify_commit_message = h.partial(h.urlify_commit_message, active_pattern_entries=active_patterns)
%>
%for commit in c.commit_ranges: