feat: недостающие переменные из инструкции 152-ФЗ

- {{item.fio_initials}} (И.О. Фамилия) и {{item.fio_short}} (Фамилия И.О.)
  для комиссии
- {{item.software}} (ПО) для ИС + поле «ПО» в интерфейсе
- модель: поле software у InformationSystem
This commit is contained in:
2026-08-03 11:17:20 +04:00
parent 4b4fcbc59d
commit c5f03164c8
3 changed files with 14 additions and 0 deletions
+1
View File
@@ -37,6 +37,7 @@ class InformationSystem:
purpose: str = ""
room: str = ""
structure: str = "" # Структура информационной системы
software: str = "" # Программное обеспечение
@dataclass