I have a QuerySet with two ManyToManyFields, let's call them game.players_a and game.players_b. The number of values in one field is almost never the same as in the other field, but typically 1-50. I want to display their values in a template table, something like this:I have a QuerySet with two ManyToManyFields, le