I have a Custom Composite Element key = "attendance_program_detail".
I am trying to create a computed Twig of Total hours.
The sub element is labeled Hours (Key = "hrs").
I don't know how to create a loop to add all the subelements that may be entered.
{{data.attendance_program_detail.hrs}}
Any assistance would be greatly appreciated.