|  |  | @ -2,10 +2,13 @@ | 
			
		
	
		
			
				
					|  |  |  | <templates id="template" xml:space="preserve"> | 
			
		
	
		
			
				
					|  |  |  |      <!-- Current cashier details --> | 
			
		
	
		
			
				
					|  |  |  |     <t t-name="CashierName" t-inherit="point_of_sale.CashierName" t-inherit-mode="extension" owl="1"> | 
			
		
	
		
			
				
					|  |  |  |         <xpath expr="//div[hasclass('oe_status')]" position="replace"> | 
			
		
	
		
			
				
					|  |  |  |             <img t-att-src="avatar" t-att-alt="username" class="img-fluid profile-image avatar" | 
			
		
	
		
			
				
					|  |  |  |                  width="70"/> | 
			
		
	
		
			
				
					|  |  |  |             <div style="margin-left: 20px"> | 
			
		
	
		
			
				
					|  |  |  |         <xpath expr="//div[hasclass('oe_status')]//img[hasclass('avatar')]" position="attributes"> | 
			
		
	
		
			
				
					|  |  |  |             <attribute name="class" remove="avatar" add="img-fluid profile-image avatar" separator=" "/> | 
			
		
	
		
			
				
					|  |  |  |             <attribute name="width">70</attribute> | 
			
		
	
		
			
				
					|  |  |  |         </xpath> | 
			
		
	
		
			
				
					|  |  |  |         <xpath expr="//div[hasclass('oe_status')]//span[hasclass('username')]" position="replace"/> | 
			
		
	
		
			
				
					|  |  |  |         <xpath expr="//div[hasclass('oe_status')]//img[hasclass('avatar')]" position="after"> | 
			
		
	
		
			
				
					|  |  |  |             <div style="margin-left: 20px" class="d-inline-block"> | 
			
		
	
		
			
				
					|  |  |  |                 <h5 class="name username"><t t-esc="username"/></h5> | 
			
		
	
		
			
				
					|  |  |  |                 <p class="mail">clark@zmail.com</p> | 
			
		
	
		
			
				
					|  |  |  |             </div> | 
			
		
	
	
		
			
				
					|  |  | 
 |