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

<!-- These templates are accessible in backend and frontend -->

<div role="dialog" t-name="Dialog" t-attf-class="modal#{technical ? ' o_technical_modal' : ''}#{fullscreen ? ' o_modal_full': ''}" tabindex="-1" data-backdrop="static" t-att-id="_.uniqueId('modal_')" aria-hidden="true">
    <div class="modal-dialog">
        <div class="modal-content">
            <header class="modal-header">
                <h4 class="modal-title"><t t-raw="title"/><span class="o_subtitle text-muted small"><t t-esc="subtitle"/></span></h4>
                <button type="button" class="close" data-dismiss="modal" aria-label="Close" tabindex="-1">×</button>
            </header>
            <main class="modal-body"/>
            <footer class="modal-footer"/>
        </div>
    </div>
</div>

</templates>
