I have a Registry entity that has a Teacher , the Teacher has a Record list. How can I create a foreach in the Details view of the Registry to list the Professor name that belongs to the record in question?
Controller registry:
%pre%Record details view:
%pre%Registration Class:
%pre%Teacher class:
%pre%