Id: ${fieldValue(bean:sectionInstance, field:'id')}
Name: ${fieldValue(bean:sectionInstance, field:'name')}
Description: ${fieldValue(bean:sectionInstance, field:'description')}
Comment: ${fieldValue(bean:sectionInstance, field:'comment')}
Is Active: ${fieldValue(bean:sectionInstance, field:'isActive')}
Assets:
  • ${a?.encodeAsHTML()}
Department: ${sectionInstance?.department?.encodeAsHTML()}
Maintenance Actions:
  • ${m?.encodeAsHTML()}
Section Extended Attributes:
  • ${s?.encodeAsHTML()}
Site: ${sectionInstance?.site?.encodeAsHTML()}