${h.text('repo_name',class_='form-control')}
${_('Permanent Repository ID')}: `_${c.repo_info.repo_id}` ${_('What is that?')}
${_('URL by id')}: `${c.repo_info.clone_url(with_id=True)}`
${_('''In case this repository is renamed or moved into another group the repository URL changes.
Using the above permanent URL guarantees that this repository always will be accessible on that URL.
This is useful for CI systems, or any other cases that you need to hardcode the URL into a 3rd party service.''')}