feat: переменная «Структура ИС» (structure) в цикле information_systems

- models.py: поле structure у InformationSystem
- variables.py: {{item.structure}} / {{structure}} в цикле,
  {{is_structure_N}} в индексированных
- ui.py: поле «Структура ИС» на вкладке ИС
This commit is contained in:
2026-08-03 10:56:35 +04:00
parent 577bed22d6
commit 47630dbbfb
3 changed files with 13 additions and 0 deletions
+1
View File
@@ -36,6 +36,7 @@ class InformationSystem:
personal_data_category: List[str] = field(default_factory=list)
purpose: str = ""
room: str = ""
structure: str = "" # Структура информационной системы
@dataclass