{{if(!options.proccesses.length)}}
Failed to retrieve proccesses data.
Check the terminal for more information (if verbosity is enabled)
{{#else}}
{{foreach(options.proccesses)}}
Process: ({{@this.pid}}) {{@this.name}} Parent: {{@this.ppid}} Memory: {{@this.memory}} CPU: {{@this.cpu}}