1<?xml version="1.0" encoding="UTF-8"?>
2<templates xml:space="preserve">
3
4    <!-- MailMany2OneAvatar: do not display the display_name in kanban views -->
5    <t t-name="mail.KanbanMany2OneAvatarUser" t-extend="web.Many2OneAvatar">
6        <t t-jquery="img" t-operation="attributes">
7            <attribute name="t-att-title">value</attribute>
8        </t>
9        <t t-jquery="span" t-operation="replace"/>
10    </t>
11
12</templates>
13