Jump to main content Jump to doc navigation

PeopleGroup's userTpl Chunk

This is the Chunk displayed with the &userTpl property on the PeopleGroup snippet.

Default Value

<li class="[[+cls]]">[[+username]] - <em>[[+role]]</em></li>

Available Placeholders

Name Description
id The ID of the User.
username The username of the User.
active Either 1 or 0, depending on if the User is active or not.
role The name of the Role of the User in the group.
role_id The ID of the Role of the User in the group.

If &getProfile is set to 1 on the PeopleGroup snippet, also available is any field in the User's Profile.

See Also