{% extends "termidesk/admin2/base.html" %} {% block maintab %}

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

{{ 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 }}
{{ license_info.active_workplaces }}
{% csrf_token %}
{% comment %}

Menu 1

Some content in menu 1.

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