ClassSheetGenerator

{{velocity}} #set ($object = $doc.getObject('AppWithinMinutes.ClassSheetGenerator')) #if (!$object) #set ($messageKey = 'classsheetgenerator.sheet.description') #set ($messageType = 'info') #if ($doc.documentReference.name != 'ClassSheetGeneratorSheet') #set ($messageKey = 'classsheetgenerator.sheet.noObject') #set ($messageType = 'warning') #end {{$messageType}} $services.localization.render($messageKey) {{/$messageType}} #stop #end {{info}} $services.localization.render('classsheetgenerator.sheet.noFields') {{/info}} {{/velocity}}