%if c.repo_info.clone_uri:
${_('Remote repository URL')}: ${c.repo_info.clone_uri_hidden}
${h.form(url('edit_repo_remote', repo_name=c.repo_name), method='put')}
${h.submit('remote_pull_%s' % c.repo_info.repo_name, _('Pull Changes from Remote Repository'), class_="btn btn-small", onclick="return confirm('"+_('Confirm to pull changes from remote repository.')+"');")}
${h.end_form()} %else:
${_('This repository does not have a remote repository URL.')}
%endif