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

License Information

{% if license is not none %} {% if license.license_id %} {% endif %} {% if license.customer %} {% endif %} {% if exp_human %} {% endif %}
Edition Enterprise
License ID {{ license.license_id }}
Customer {{ license.customer }}
Expires {{ exp_human }}
Features {% if license.features %}
    {% for feature in license.features %}
  • {{ feature }}
  • {% endfor %}
{% else %} none {% endif %}
{% elif package_installed %} {% else %} {% endif %}
{% endblock %}