{% load i18n %} {% load icons %} {% if ssh_key %}

{% blocktrans %}Weblate uses SSH key to access remote repositories. The corresponding public key is found below, you can use it to grant Weblate access to a repository.{% endblocktrans %}

{{ ssh_key.key|linebreaks }}
{% else %}

{% trans "SSH key not available." %}

{% endif %}