=s_('DeployTokens|Create a new deploy token for all projects in this group. %{link_start}What are deploy tokens?%{link_end}').html_safe%{link_start: group_deploy_tokens_help_link_start,link_end: '</a>'.html_safe}
.text-secondary=s_('DeployTokens|Unless you specify a username, it is set to "gitlab+deploy-token-{n}".')
.text-secondary
=html_escape(s_('DeployTokens|Enter a username for your token. Defaults to %{code_start}gitlab+deploy-token-{n}%{code_end}.'))%{code_start: '<code>'.html_safe,code_end: '</code>'.html_safe}
.form-group
=f.label:scopes,_('Scopes [Select 1 or more]'),class: 'label-bold'
=f.label:scopes,_('Scopes (select at least one)'),class: 'label-bold'