#set ($freeTexts = $ReportingAPI.getFreeTexts($model)) #foreach ($freeText in $freeTexts) $!freeText #end

#set ($count = 1) #set ($elements = $ReportingAPI.getElementsSorted($model, "ACTIVITY", true, false)) #foreach ($element in $elements) #set ($count = $count+1) #end
Nummer Aktivität Unteraktivitäten Zeitpunkt Häufigkeit Dauer Durchführende/r
$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