The people list template is used on the Connections and Direct Reports pages. You can customize the people list template in the Control Panel. You can add or remove profile fields, add any text, and rearrange the layout.
You can customize the people list template in the Control Panel.
Example: Adding the Phone field to the people list template
<div class="p-property p-location">{{{field:City}}}{{#if ||field:City||}}{{#if ||field:State||}}, {{/if}}{{/if}}{{{field:State}}}</div>
p-location
{{{field:City}}}{{#if ||field:City||}}{{#if ||field:State||}}, {{/if}}{{/if}}{{{field:State}}}
><
{{{field:Phone}}}
Result:
See Page Builder Template Language Syntax for more details about template syntax.
Below is the default people list template, for your reference.
<div class="p-photo"> <a class="axero-user-card-link" href="{{{ProfileURL}}}" data-user="{{UserID}}"> <img class="p-avatar" src="{{{field:Profile photo}}}" alt="{{{UserInfoDisplayName}}}"> </a> <i title="{{ChatStatusText}}" class="icon-circle {{ChatStatusCSSClass}}"></i> </div> <div class="p-info"> <div class="p-property p-name"><a data-user="{{UserID}}" class="axero-user-card-link" href="{{{ProfileURL}}}">{{{UserInfoDisplayName}}}</a></div> <div class="p-property p-department">{{{field:Occupation}}}{{#if ||field:Occupation||}}{{#if ||field:Department||}} - {{/if}}{{/if}}{{{field:Department}}}</div> <div class="p-property p-location">{{{field:City}}}{{#if ||field:City||}}{{#if ||field:State||}}, {{/if}}{{/if}}{{{field:State}}}</div> </div>
is requesting access to a wiki that you have locked: https://my.axerosolutions.com/spaces/5/communifire-documentation/wiki/view/26434/people-list-template
Your session has expired. You are being logged out.