diff --git a/passbook/admin/templates/administration/base.html b/passbook/admin/templates/administration/base.html index 2be718d76..db483f1b9 100644 --- a/passbook/admin/templates/administration/base.html +++ b/passbook/admin/templates/administration/base.html @@ -64,6 +64,12 @@ {% trans 'Policies' %} +
{% trans "Import certificates of external providers or create certificates to sign requests with." %}
+{% trans 'Name' %} | +{% trans 'Private Key available' %} | +{% trans 'Fingerprint' %} | +{% trans 'Provider Type' %} | ++ |
---|---|---|---|---|
+
+
+ {{ kp.name }}
+ |
+ + + {% if kp.key_data is not None %} + {% trans 'Yes' %} + {% else %} + {% trans 'No' %} + {% endif %} + + | ++ + {{ kp.fingerprint }} + + | ++ {% trans 'Edit' %} + {% trans 'Delete' %} + | +