{{#if user.id}}Edit{{else}}Create{{/if}} User {{#if user.id}} id {{ user.id }} {{/if}}

{{#if user.id}}
{{#if user.tos}} This user accepted the TOS on {{user.tos}} {{else}} This user has not accepted the TOS {{/if}}
{{/if}} {{#ifTruthy user.deleted}}
This user has been deleted
{{/ifTruthy}} {{#if admin.user_id}}
This is an admin user
{{/if}}
{{#unless applicationList}}
no apps
{{/unless}} {{#each applicationList}}
{{name}}
{{/each}}
app name