1.0 Process Overview
      
      1.1 General
      
      {{#process}} {{#general}}
      
      
        
          
            | ID | {{id}} | 
          
            | Package | {{pkg}} | 
          
            | Name | {{name}} | 
          
            | Is executable | {{isExecutable}} | 
          
            | Is AdHoc | {{isAdhoc}} | 
          
            | Version | {{version}} | 
          
            | Documentation | {{&documentation}} | 
          
            | Description | {{&description}} | 
        
      
      {{/general}}
      
      
      {{#imports}}
      
      1.2 Imports
      
      
      
        
          
            | Data Type Imports: {{totalDefaultImports}} | 
          
            | Class Name | 
        
        
          {{#defaultImports}}
          
            | {{className}} | 
          {{/defaultImports}}
        
        
          
            | WSDL Imports: {{totalWSDLImports}} | 
          
            | Location | Namespace | 
        
        
          {{#wsdlImports}}
          
            | {{location}} | {{namespace}} | 
          {{/wsdlImports}}
        
      
      {{/imports}}
      
      {{#dataTotal}}
      
      1.3 Data Totals
      
      
        - 
          Variables
          {{totalVariables}}
        
1.4 Variables
      
      
        
          
            | Name | Type | KPI | 
        
        
          {{#tripplets}}
          
            | {{name}} | {{type}} | {{kpi}} | 
          {{/tripplets}}
        
      
      
      {{/dataTotal}}
      
      {{/process}} {{#elementsDetails}}
      
      2.0 Element Details
      
      2.1 Totals
      
      
        {{#totals}}
        - 
          {{&typeIcon}}
          {{type}}
          {{quantity}}
        {{/totals}}
2.2 Elements
      {{#totals}}
      
        
          {{type}}
        
      
      {{#elements}}
      
      
        
          
            
              | {{&icon}} | Name: {{name}} | Type: {{title}} | 
          
          
            
              | Property Name | Property Value | 
          
          
            {{#properties}}
            
              | {{key}} | {{&value}} | 
            {{/properties}}
          
        
       
      {{/elements}} {{/totals}} {{/elementsDetails}}
      
        
3.0 Process Image
        {{&diagramImage}}