+ ${h.submit('reset_stats_%s' % c.repo_info.repo_name,_('Reset current statistics'),class_="refresh_icon action_button",onclick="return confirm('Confirm to remove current statistics');")}
+
+
+
+
${_('Fetched to rev')}: ${c.stats_revision}/${c.repo_last_rev}
+
${_('Percentage of stats gathered')}: ${c.stats_percentage} %
+ ${h.submit('remove_%s' % c.repo_info.repo_name,_('Remove this repository'),class_="delete_icon action_button",onclick="return confirm('Confirm to delete this repository');")}
+