{% extends "base.html" %} {% load i18n icons translations %} {% block breadcrumbs %} {% endblock breadcrumbs %} {% block content %} {% include "snippets/ssh-key.html" %}

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

{% if gpg_key %}

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

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

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

{% endif %}
{% endblock content %}