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

    <t t-name="web.GoogleSlideViewer" t-inherit="web.CharField">
        <xpath expr="//t[@t-else='']" position="after">
            <t t-if="url">
                <div class="o_google_slide">
                    <iframe class="o_google_slide_iframe w-100"
                        alt="Google Slide Viewer"
                        t-att-src="url"
                        t-att-name="props.name"
                        t-on-error="onLoadFailed"
                    />
                </div>
            </t>
        </xpath>
    </t>

</templates>
