@ -294,11 +294,11 @@ templates['participantlistview'] = template({"1":function(container,depth0,helpe
} , "compiler" : [ 7 , ">= 4.0.0" ] , "main" : function ( container , depth0 , helpers , partials , data ) {
var stack1 , helper , alias1 = depth0 != null ? depth0 : ( container . nullContext || { } ) , alias2 = helpers . helperMissing , alias3 = "function" , alias4 = container . escapeExpression ;
return "<a class=\"participant-entry-link\" href=\"# \" data-sessionId=\""
return "<sp an class=\"participant-entry\" data-sessionId=\""
+ alias4 ( ( ( helper = ( helper = helpers . sessionId || ( depth0 != null ? depth0 . sessionId : depth0 ) ) != null ? helper : alias2 ) , ( typeof helper === alias3 ? helper . call ( alias1 , { "name" : "sessionId" , "hash" : { } , "data" : data } ) : helper ) ) )
+ "\">\n <div class=\"avatar\"></div>\n "
+ "\">\n <div class=\"avatar\"></div>\n <span>"
+ alias4 ( ( ( helper = ( helper = helpers . name || ( depth0 != null ? depth0 . name : depth0 ) ) != null ? helper : alias2 ) , ( typeof helper === alias3 ? helper . call ( alias1 , { "name" : "name" , "hash" : { } , "data" : data } ) : helper ) ) )
+ "\n "
+ "</span> \n "
+ ( ( stack1 = helpers [ "if" ] . call ( alias1 , ( depth0 != null ? depth0 . participantIsOwner : depth0 ) , { "name" : "if" , "hash" : { } , "fn" : container . program ( 1 , data , 0 ) , "inverse" : container . noop , "data" : data } ) ) != null ? stack1 : "" )
+ "\n "
+ ( ( stack1 = helpers [ "if" ] . call ( alias1 , ( depth0 != null ? depth0 . participantIsModerator : depth0 ) , { "name" : "if" , "hash" : { } , "fn" : container . program ( 1 , data , 0 ) , "inverse" : container . noop , "data" : data } ) ) != null ? stack1 : "" )
@ -306,7 +306,7 @@ templates['participantlistview'] = template({"1":function(container,depth0,helpe
+ ( ( stack1 = helpers [ "if" ] . call ( alias1 , ( depth0 != null ? depth0 . participantIsGuestModerator : depth0 ) , { "name" : "if" , "hash" : { } , "fn" : container . program ( 1 , data , 0 ) , "inverse" : container . noop , "data" : data } ) ) != null ? stack1 : "" )
+ "\n "
+ ( ( stack1 = helpers [ "if" ] . call ( alias1 , ( depth0 != null ? depth0 . inCall : depth0 ) , { "name" : "if" , "hash" : { } , "fn" : container . program ( 3 , data , 0 ) , "inverse" : container . noop , "data" : data } ) ) != null ? stack1 : "" )
+ "\n</a>\n"
+ "\n</sp an >\n"
+ ( ( stack1 = helpers [ "if" ] . call ( alias1 , ( depth0 != null ? depth0 . canModerate : depth0 ) , { "name" : "if" , "hash" : { } , "fn" : container . program ( 5 , data , 0 ) , "inverse" : container . noop , "data" : data } ) ) != null ? stack1 : "" ) ;
} , "useData" : true } ) ;
templates [ 'participantview' ] = template ( { "compiler" : [ 7 , ">= 4.0.0" ] , "main" : function ( container , depth0 , helpers , partials , data ) {