{% extends "termidesk/admin2/base.html" %} {% block maintab %} {% load user_permissions %} {% can_upload_license request.user as user_can_upload_license %} {% if user_can_view_license %}

Информация о лицензии

{{ system_uuid }}
{{ app_version }}
{% if app_modules %}
{% for module in app_modules %}
{{ module.name }}
{{ module.version }}
{% endfor %}
{% endif %}
{% for msgs in notifications.errors %}
{{ msgs }}
{% endfor %} {% for msgs in notifications.warnings %}
{{ msgs }}
{% endfor %}
{{ license_info.cn }}
{{ license_info.org }}
{{ license_info.email }}
{% if license_info.active_workplaces %}
{{ license_info.active_workplaces }}
{% endif %} {% if license_info.max_users %}
{{ license_info.max_users }}
{% endif %}
    {% for os_type in license_info.os_types %}
  • {{ os_type }}
  • {% endfor %}
{% if user_can_upload_license %}
{% csrf_token %}
{% endif %} {% comment %}

Menu 1

Some content in menu 1.

{% endcomment %}
{% endif %} {% endblock %} {% block bottomjs %} {% endblock %}