${_('Strip commits from repository')}

%if c.rhodecode_db_repo.repo_type != 'svn':

${_('Please provide up to %d commits commits to strip') % c.strip_limit}

${_('In the first step commits will be verified for existance in the repository')}.
${_('In the second step, correct commits will be available for stripping')}.

${h.secure_form(h.route_path('strip_check', repo_name=c.rhodecode_db_repo.repo_name), request=request)}
${_('Add another commit')}
${h.end_form()} %else:

${_('Sorry this functionality is not available for SVN repository')}

%endif