$count |
$!StringEscapeUtils.escapeHtml($element.getName().getValue()) |
#set ($childs = $ReportingAPI.getElementsSorted($element, "ACTIVITY", true, false))
#foreach ($child in $childs)
- $!StringEscapeUtils.escapeHtml($child.getName().getValue())
#end
|
#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)
- $!StringEscapeUtils.escapeHtml($responsibleRole.getName().getValue())
#end
|
#set ($count = $count+1)
#end