fix(pz-lb): skip the group for the student on the title page

This commit is contained in:
2026-05-12 17:46:55 +03:00
parent 228c77d54f
commit 14d75b3454
+5 -1
View File
@@ -25,7 +25,11 @@
if not is-empty(a.variant) [Варіант: #a.variant]
} else if authors.len() > 1 [
#gender-form("author"):\
#for a in authors [ст. гр. #a.edu-program\-#a.group\ #a.name\ ]
#for a in authors [
#if ("edu-program" in a) and ("group" in a)
[ ст. гр. #a.edu-program\-#a.group\ ]
#a.name\
]
]
#colbreak()