{{#if (eq this.type "boolean")}} {{#if @info.nullable}} {{else}} {{/if}} {{@info.identifier}} {{else if (eq this.type "int")}} {{@info.identifier}} {{else if (eq this.type "string")}} {{@info.identifier}} {{else if (eq this.type "user_id")}} {{@info.identifier}} {{else if (eq this.type "user_list")}} {{@info.identifier}} {{else}} {{@info.identifier}} {{/if}}