{% extends "base.html" %} {% load i18n %} {% load translations %} {% block breadcrumbs %}
  • {% trans "About Weblate" %}
  • {% trans "Weblate keys" %}
  • {% endblock %} {% block content %}

    {% documentation_icon 'vcs' right=True %} {% trans "SSH key" %}

    {% include "snippets/ssh-key.html" %}

    {% documentation_icon 'admin/optionals' 'gpg-sign' right=True %} {% trans "Commit signing" %}

    {% if gpg_key %}

    {% blocktrans %}All commits made with Weblate are signed with the GPG key {{ gpg_key_id }}, for which the corresponding public key is found below.{% endblocktrans %}

    {{ gpg_key|linebreaks }}
    {% else %}

    {% trans "Commit signing is not configured." %}

    {% endif %}
    {% endblock %}