{% extends 'core/base.html' %} {% block title %}{{ title }} - {{ org.name }} | Killian{% endblock %} {% block content %}

{{ title }}

{{ subtitle }}

Back
{% csrf_token %} {% if form.non_field_errors %}
{{ form.non_field_errors }}
{% endif %}
{{ form.license_name }}{{ form.license_name.errors }}

License Usage

{{ form.active }}{{ form.active.errors }}{% if form.active.help_text %}{{ form.active.help_text }}{% endif %}
{{ form.consumed }}{{ form.consumed.errors }}{% if form.consumed.help_text %}{{ form.consumed.help_text }}{% endif %}
{{ form.unused }}{{ form.unused.errors }}{% if form.unused.help_text %}{{ form.unused.help_text }}{% endif %}
{{ form.licensed_users }}{{ form.licensed_users.errors }}
Cancel
{% endblock %}