Hello J.,
It seems `repeatwhile` is missing...
See doc. here:
Then to close `group` you must use `end group` as:
@startuml
start
group collection1
repeat : first;
:second;
backward :third;
repeatwhile (condition)
end group
:fourth;
group collection2
:fifth;
end group
@enduml
Enjoy,
Regards,
Th.