← Person
There is no such user.
[#elseif activeCount >= licensedCount] [#-- can't create new users if the license limit of active users has been reached --]← New Person
You have reached the limit of active users allowed by your license (${licensedCount}). Please contact us by email at support@fanuriotimetracking.com if you need to activate more users.
[#else] [/#if] [#else] [#-- if a person exists, it can either be edited or viewed --] [#if request.resourceRef.query?? && request.resourceRef.query == 'edit'] [#else]← Person
Name: | ${person.name} |
Role: | ${person.role?capitalize} |
Username: | ${person.username} |
Email: | ${person.email} |
Active: | ${person.active?string("Yes", "No")} |
${status!" "} |