{% extends "admin/base_site.html" %} {% load i18n %} {% block title %}{% trans "SSH keys" %}{% endblock %} {% block breadcrumbs %} {% endblock %} {% block content %}
{% if public_key %}

{% trans "Public SSH key" %}

{% trans "Weblate currently uses following SSH key:" %}

{% elif can_generate %}

{% trans "Generate SSH key" %}

{% trans "You don't seem to have existing SSH key, by pressing button below Weblate will generate it for you." %}

{% csrf_token %}
{% endif %}

{% trans "More information" %}

{% blocktrans %}You can find more information about setting up SSH keys in the Weblate manual.{% endblocktrans %}

{% endblock %}