<?xml version="1.0" encoding="UTF-8" ?>
<templates xml:space="preserve">

<t t-name="mail.DateSection">
    <div class="o-mail-DateSection d-flex align-items-center fw-bolder w-100" t-attf-class="{{ props.className }}">
        <hr class="ms-3 flex-grow-1"/>
        <span class="px-3 text-muted"><t t-esc="props.date"/></span>
        <hr class="me-3 flex-grow-1"/>
    </div>
</t>
</templates>
