## small box that displays changed/added/removed details fetched by AJAX <%namespace name="base" file="/base/base.mako"/> % if c.prev_page:
${h.show_id(commit)}
% if hasattr(commit, 'phase'):
% if commit.phase != 'public':
${commit.phase}
% endif
% endif