Show problems.
This commit is contained in:
parent
5858e8dd86
commit
22b43f35ed
1 changed files with 5 additions and 1 deletions
|
@ -203,7 +203,8 @@
|
|||
(active-mrs (ldict-ref bi 'active))
|
||||
(suspended-mrs (ldict-ref bi 'suspended))
|
||||
(destroyed-mrs (ldict-ref bi 'destroyed))
|
||||
(student-mrs (ldict-ref bi 'students)))
|
||||
(student-mrs (ldict-ref bi 'students))
|
||||
(problem-mrs (ldict-ref bi 'problems)))
|
||||
(print "Known members: " (length all-mrs))
|
||||
(newline)
|
||||
(print
|
||||
|
@ -223,6 +224,9 @@
|
|||
(if (null? suspended2)
|
||||
#f
|
||||
(members-table-row (ansi #:magenta) "Suspended (long):" suspended2 "~N (~S)")))
|
||||
(if (null? problem-mrs)
|
||||
#f
|
||||
(members-table-row (ansi #:red #:bold) "Problems:" problem-mrs "~N~E"))
|
||||
))
|
||||
#:ansi #t
|
||||
#:row-border #t
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue