Админ-панель матрицы
{% if 'infra' in allowed_scopes %}
Инфраструктура
{% endif %}
{% if 'ib' in allowed_scopes %}
ИБ
{% endif %}
{{ message }}
{% endfor %}
{% if is_super_admin %}Ожидают утверждения{% else %}Мои изменения на проверке{% endif %}
{% if is_super_admin %} {% endif %}
{% for change in pending_changes %}
{% endif %}
{% endfor %}
#{{ change.id }} · {{ change.title }}
{{ change.created_at }} · {{ change.scope_label }} · {{ change.created_by }}
{% if is_super_admin %}
{{ change.description }}
Администраторы
{% if created_admin_credentials %}
Новый админ создан
{% endif %}
Логин:
{{ created_admin_credentials.username }}Пароль:
{{ created_admin_credentials.password }}Доступ:
{{ created_admin_credentials.access }}
{% for user in admin_users %}
{% endfor %}
Добавить вендора
Добавить категорию
Добавить продукт
Вендоры
Удалить категорию
{% for c in categories %}
{% endfor %}
Продукты
{% for p in products %}
{% endfor %}
{{ p.vendor_name }} :: {{ p.name }}
{% if p.pending %}(на проверке){% endif %}
{% if p.url %}ссылка{% endif %}
{% if not p.pending %}
{% endif %}
{% if not p.pending %}
{% endif %}
Прокрутка: колесо/тачпад вниз-вверх внутри таблицы, полосой ниже - влево-вправо.