I am currently unsure how I should organize my code to work better. I want to display different edit/view pages for different states a model is in. E.g. my
Game
Game
model has the states
PreGame
PreGame
,
Playing
Playing
,
Finished
Finished
with different RelationManagers each. Is there a way to have multiple edit pages with different RelationManagers each? I was unfortunately unable to find docs on this.