Getting A Value From A Template In A Template Repeater

templates = event.source.parent.getComponent('Template Repeater').getLoadedTemplates() for template in templates: print "Value: ", template.getPropertyValue("TextValue")

Where TextValue is a template parameter or internal property of the template.