Is there a way to print the HTM of teacher's free periods without the commentary - "Big Gaps" etc - just when each teacher is free?
I am not sure - Volker knows this part.
If there is no way, and if we cannot add this option in the official FET, I could do a customization.
Not from the interface, but if you use the exported html tables, then it is possible.
You need to open the css file and search for this:
div.TEACHER_HAS_BIG_GAP {
color: silver;
}
Modify it like this:
div.TEACHER_HAS_BIG_GAP {
display: none;
}
Save the css file, open the html file with a webbrowser and print.