${UniqueIdentifier}

Login Information
User Name:
${UniqueIdentifier}

{{if AuthenticationType != 'ExternalUser' && AuthenticationType != 'CheckboxNetworkUser'}}
Direct Login:
${$item.appRoot}/Login.aspx?u=${UserGuid}

{{/if}} {{if LockedOut}}
${textHelper.getTextValue("/users/userDashboardTemplate/accountStatus", "Account Status")} :
${textHelper.getTextValue("/users/userDashboardTemplate/disabled", "Disabled")}

{{/if}}
Profile Properties
{{each(index, property) Profile.NameValueList}} {{if index % 2 == 0}}
${property.Name}:
${property.Value}

{{else}}
${property.Name}:
${property.Value}

{{/if}} {{/each}}
User Roles
{{each(index, role) RoleMemberships}} {{if index % 2 == 0}}
${role}
{{else}}
${role}
{{/if}} {{/each}}
Group Memberships
{{each(index, group) GroupMemberships}} {{if index % 2 == 0}}
${group}
{{else}}
${group}
{{/if}} {{/each}}