<image width="174" height="149" ng-src="{{caisse.params.subfolder}}{{conseiller.photo}}" ng-hide="config.backoffice.TOGGLE_SHOW_PHOTOS && caisse.params.show_photos == 0"></image> <div class="title"> <div class="conseillerName"> <span class="firstname">{{(currentLang == 'ar') ? conseiller.prenom_ar : conseiller.prenom}}</span> <span class="lastname" ng-class="{'bigname':conseiller.nom.length>bignameLength}">{{(currentLang == 'ar') ? conseiller.nom_ar : conseiller.nom}}</span><br/> </div> <span class="fonction" ng-if="getFunctionVisiblity(conseiller.fonction) == 1" ng-hide="conseiller.myst == 1" ng-class="{'bigfunction':getFonction(conseiller.label_fonction,conseiller.fonction).length>30}"> {{getFonction(conseiller.label_fonction,conseiller.fonction)}} </span> </div>