{% extends 'admin/master.html' %} {% block body %}

License Information

Current enterprise license state of this installation.

{% if license is not none %} {% if license.expiry_state == 'expired' %} {% elif license.expiry_state == 'expiring' %} {% endif %} {% if license.host_count_state == 'over' %} {% endif %} {% if license.license_id %} {% endif %} {% if license.customer %} {% endif %} {% if exp_human %} {% endif %} {% if license.max_hosts %} {% endif %}
Edition Enterprise
License ID {{ license.license_id }}
Customer {{ license.customer }}
Expires {{ exp_human }} {% if license.expiry_state == 'expired' %} expired {% elif license.expiry_state == 'expiring' %} expiring soon {% endif %}
Host limit {{ license.max_hosts }} {% if license.current_hosts is not none %} (currently {{ license.current_hosts }}) {% endif %} {% if license.host_count_state == 'over' %} over limit {% endif %}
Features {% if license.features %} {% for feature in license.features %} {{ feature }} {% endfor %} {% else %} none {% endif %}
{% elif package_installed %} {% else %} {% endif %}
{% endblock %}