${h.form(url('edit_repo_statistics', repo_name=c.repo_info.repo_name), method='put')}
  • ${_('Processed commits')}: ${c.stats_revision}/${c.repo_last_rev}
  • ${_('Processed progress')}: ${c.stats_percentage}%
${h.submit('reset_stats_%s' % c.repo_info.repo_name,_('Reset statistics'),class_="btn btn-small",onclick="return confirm('"+_('Confirm to remove current statistics')+"');")}
${h.end_form()}