{% extends 'admin/master.html' %} {% block body %}
| Edition | Enterprise |
|---|---|
| License ID | {{ license.license_id }} |
| Customer | {{ license.customer }} |
| Expires | {{ exp_human }} |
| Features |
{% if license.features %}
|
Default license path: /etc/cmdbsyncer/license.jwt
(override via CMDBSYNCER_LICENSE).
Load status: {{ load_status }}
Registered features:
{{ registry_features or '(none)' }}
Registered hooks:
{{ registry_hooks or '(none)' }}
No enterprise license is active on this installation.
{% if load_status %}Load status: {{ load_status }}