{{ _('Plug & Charge – Hubject API') }}
{{ _('Manage base URL, authorization, and timeout for Hubject.') }}
{% if error %}{{ _('Hubject API settings') }}
-
{% for item in mtls_missing %}
- {{ labels.get(item, item) }} {{ _('fehlt') }} {% endfor %} {% for item in mtls_unreadable %}
- {{ _('Keine Leserechte für') }} {{ labels.get(item, item) }} {% endfor %}
| {{ _('Typ') }} | {{ _('Ablageort') }} | {{ _('Letzte Änderung') }} | {{ _('Integrität') }} |
|---|---|---|---|
| {{ label }} |
{{ cert.filename }}
{{ cert.directory }}
|
{% if cert.last_modified %} {{ cert.last_modified }} {% else %} – {% endif %} |
{% if cert.error %}
{{ _('Fehlerhafte Datei') }}
{{ cert.error }}
{% elif cert.exists and cert.readable %}
{{ _('Lesbar') }}
{% elif cert.exists %}
{{ _('Nicht lesbar') }}
{% else %}
{{ _('Fehlt') }}
{% endif %}
|