{{-sheet.get('id')}}
{{-status.get('name')}}
{{ if (sheet.has('user')) { }}
Employee Name
{{ } }}
{{ if (sheet.has('approved_by')) { }}
Approved by
{{ } }}
{{ if (sheet.has('processed_by')) { }}
Processed by
{{ } }}
{{ if (sheet.has('last_modified')) { }}
Last modified by {{-sheet.get('last_modified_by').name}} on {{-sheet.get('last_modified').date_str}}
{{ } }}