$count |
$model.setSelectedElement($element)
#set ($file = $ReportingAPI.getFileToImage($model))
 |
#set ($attributes = $ReportingAPI.getAttributes($element, "Zeitpunkt"))
#foreach ($attribute in $attributes)
- $!StringEscapeUtils.escapeHtml($attribute)
#end
|
#set ($attributes = $ReportingAPI.getAttributes($element, "Häufigkeit"))
#foreach ($attribute in $attributes)
- $!StringEscapeUtils.escapeHtml($attribute)
#end
|
#set ($attributes = $ReportingAPI.getAttributes($element, "Dauer"))
#foreach ($attribute in $attributes)
- $!StringEscapeUtils.escapeHtml($attribute)
#end
|
#set ($responsibleRoles = $ReportingAPI.getResponsibleRoles($element))
#foreach ($responsibleRole in $responsibleRoles)
$model.setSelectedElement($responsibleRole)
#set ($file = $ReportingAPI.getFileToImage($model))
#end
|
#set ($count = $count+1)
#end