Админ-панель матрицы
{% if 'infra' in allowed_scopes %} Инфраструктура {% endif %} {% if 'ib' in allowed_scopes %} ИБ {% endif %}
{% with messages = get_flashed_messages(with_categories=true) %} {% if messages %}
{% for category, message in messages %}
{{ message }}
{% endfor %}
{% endif %} {% endwith %} {% if pending_changes %}

{% if is_super_admin %}Ожидают утверждения{% else %}Мои изменения на проверке{% endif %}

{% if is_super_admin %}
{% endif %}
{% for change in pending_changes %}
#{{ change.id }} · {{ change.title }} {{ change.created_at }} · {{ change.scope_label }} · {{ change.created_by }}
{{ change.description }}
{% if is_super_admin %}
{% endif %}
{% endfor %}
{% endif %} {% if is_super_admin %}

Администраторы

{% if created_admin_credentials %}
Новый админ создан
Логин: {{ created_admin_credentials.username }}
Пароль: {{ created_admin_credentials.password }}
Доступ: {{ created_admin_credentials.access }}
{% endif %}
{% for user in admin_users %}
{{ user.username }} {{ user.role }} · {{ user.access_scopes }} {% if user.role != 'super' %} {% endif %}
{% endfor %}
{% endif %}

Добавить вендора

Добавить категорию

Добавить продукт

Вендоры

{% for v in vendors %}
{{ v.name }}{% if v.pending %} (на проверке){% endif %} {% if v.website %}сайт{% endif %} {% if v.mont_page %}MONT{% endif %} {% if not v.pending %}
{% endif %}
{% if not v.pending %} {% endif %}
{% endfor %}

Удалить категорию

{% for c in categories %}
{{ c.name }}{% if c.pending %} (на проверке){% endif %} {% if not c.pending %}{% endif %}
{% endfor %}

Продукты

{% for p in products %}
{{ p.vendor_name }} :: {{ p.name }} {% if p.pending %}(на проверке){% endif %} {% if p.url %}ссылка{% endif %} {% if not p.pending %}
{% endif %}
{% if not p.pending %} {% endif %}
{% endfor %}

Прокрутка: колесо/тачпад вниз-вверх внутри таблицы, полосой ниже - влево-вправо.

{% for c in categories %} {% endfor %} {% for p in products %} {% for c in categories %} {% endfor %} {% endfor %}
Вендор / Продукт{{ c.name }}
{{ p.vendor_name }}
{{ p.name }}