${h.form(url('edit_repo_statistics_update', repo_name=c.repo_info.repo_name))}
${h.submit('reset_stats_%s' % c.repo_info.repo_name,_('Reset Statistics'),class_="btn btn-default btn-sm",onclick="return confirm('"+_('Confirm to remove current statistics.')+"');")}
${h.end_form()}