{% extends "repomaker/storage/detail.html" %} {% load i18n %} {% block help_text %} {% if storage.disabled %} {% if object.public_key %}

A fresh SSH key has been created for you:

{{ object.public_key }}
{% else %}

{% trans "Your local default SSH key will be used to connect to the storage." %}

{% endif %} {% block ssh_help_text %}

{% trans "Please make sure to authorize this public SSH key for your remote storage, if you have not done so already." %}

{% endblock ssh_help_text %}

{% trans "Activate this storage only once you have added the SSH key." %}

{% else %}

{% trans "If this storage is experiencing problems, please check that the SSH key works properly." %}

{% endif %} {% endblock help_text %}