${h.form(h.current_route_path(request), method='GET', id='at_rev_form')}
${h.hidden('refs_filter')}
${h.text('at_rev',value=c.commit.idx)}
${h.end_form()} % if h.HasRepoPermissionAny('repository.write','repository.admin')(c.repo_name): % endif % if c.enable_downloads: <% at_path = '{}.zip'.format(request.GET.get('at') or c.commit.raw_id[:6]) %> % endif
## file tree is computed from caches, and filled in
${c.file_tree |n}