{% extends "master.html" %} {% from "_projectstring.html" import projectstring, projecticon %} {% macro print_ssh_url(repo, end_url_ssh, current_user) %} {% if not (current_user |user_can_clone_ssh) %} You need to upload SSH key to be able to clone over SSH {% elif not (current_user | user_group_can_ssh_commit) %} Only members of the {{ config["SSH_ACCESS_GROUPS"] | join(", ") }} group(s) can clone via ssh {% elif repo.read_only %} The permissions on this repository are being updated. Cloning over SSH is disabled. {% else %}