summaryrefslogtreecommitdiff
path: root/addons/website_sale_slides/static/src/xml/website_slides_unsubscribe.xml
blob: 1cadfbbf67d9520e0eb855208fe187eabfa80e2f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<?xml version="1.0" encoding="UTF-8"?>
<templates xml:space="preserve">

    <t t-extend="slides.course.unsubscribe.modal.leave">
        <t t-jquery="p:last" t-operation="after">
            <t t-if="widget.enroll === 'payment'">
                <p class="alert alert-warning">
                    <i class="fa fa-exclamation-triangle fa-3x float-left mr-3"></i>
                    This course is paid.<br/>
                    Leaving the course and re-enrolling afterwards means that you'll be charged again.
                </p>
            </t>
        </t>
    </t>

</templates>