${h.form(url('update_repo_caches', repo_name=c.repo_name))}
${h.submit('reset_cache_%s' % c.repo_info.repo_name,_('Invalidate Repository Cache'),class_="btn btn-default btn-sm")}
${_('Manually invalidate cache for this repository. On first access, the repository will be cached again.')}
${_('List of Cached Values')}
%for cache in c.repo_info.cache_keys: %endfor
${_('Prefix')} ${_('Key')} ${_('Active')}
${cache.get_prefix() or '-'} ${cache.cache_key} ${h.boolicon(cache.cache_active)}
${h.end_form()}