<?xml version="1.0" encoding="UTF-8"?>
<templates>
    <!--
        TODO Dead code to remove in master. Should probably not be used anymore:
        beware of wrong usage of o_editable inside this template.
    -->
    <t t-name="web_editor.banner">
        <div t-attf-class="o_editor_banner o_not_editable lh-1 d-flex align-items-center alert alert-#{alertClass} pb-0 pt-3" role="status" data-oe-protected="true">
            <i t-attf-class="fs-4 fa #{iconClass} mb-3" t-att-aria-label="label"/>
            <div class="o_editable o_editable_no_shadow w-100 ms-3" data-oe-protected="false">
                <p><br/></p>
            </div>
        </div>
    </t>
</templates>
