{% extends 'core/base.html' %} {% block title %}Licensing | Killian{% endblock %} {% block content %}
Community Edition is free for up to 3 active users and 10 non-archived organizations.
| Edition | {{ license.edition }} |
|---|---|
| Installation ID | {{ installation_id }} |
| Customer | {{ license.customer }} |
| License ID | {{ license.license_id }} |
| Expires | {% if license.expires_at %}{{ license.expires_at }}{% else %}Never{% endif %} |
| Active users | {{ usage.active_users }} / {{ user_limit_display }} |
| Organizations | {{ usage.organizations }} / {{ organization_limit_display }} |
Disabled users do not count toward the user limit. Archived organizations do not count toward the organization limit.