{% extends "base.html" %} {% load i18n %} {% load translations %} {% load crispy_forms_tags %} {% block breadcrumbs %}
{% trans "Weblate currently uses this SSH key:" %}
{% trans "Hostname" %} | {% trans "Key type" %} | {% trans "Fingerprint" %} |
---|---|---|
{{ key.0 }} | {{ key.1 }} | {{ key.2 }} |