<# if ( data.length > 0 ) { #> <# _.each( data, function( user, key, list ) { #>
{{{user.account_status_name}}}
<# if ( user.display_name_html ) { #>
<# } #>
{{{user.hook_just_after_name}}}
{{{user.hook_after_user_name}}}
<# if ( typeof user['profession'] !== 'undefined' ) { #>
{{{user['profession']}}}
<# } #>
<# if ( typeof user['location'] !== 'undefined' ) { #>
{{{user['location']}}}
<# } #>
<# if ( typeof user['user_url'] !== 'undefined' ) { #>
{{{user['user_url']}}}
<# } #>
<# if ( Object.keys( user.dropdown_actions ).length > 0 ) { #>
-
<# _.each( user.dropdown_actions, function( action, key, list ) { #>
- {{{action.title}}}
<# }); #>
<# } #>
<# }); #> <# } else { #>
<# } #>
<# if ( data.pagination.total_users == 1 ) { #>
{{{data.pagination.header_single}}}
<# } else if ( data.pagination.total_users > 1 ) { #>
{{{data.pagination.header}}}
<# } #>
Voici également la liste complète des thérapeutes enregistrés.