<image width="174" height="149" ng-src="/{{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, 'bigname2':conseiller.nom.length>=15, 'bigname-3':conseiller.nom.length>=18}">{{(currentLang == 'ar') ? conseiller.nom_ar : conseiller.nom}}</span><br/> --> <br/><span class="lastname">{{(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>23}"> {{getFonction(conseiller.label_fonction,conseiller.fonction)}} </span> </div>