${h.hidden('refs_filter')}
% if h.HasRepoPermissionAny('repository.write','repository.admin')(c.repo_name):
${_('Upload File')} ${_('Add File')}
% endif % if c.enable_downloads: <% at_path = '{}'.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}
%if c.readme_data:
${c.readme_data|n}
%endif