blob: e7cd42d5df59f53841abde0715879162a15ec6d6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
<odoo>
<template id="portal_digest_unsubscribed" name="Unsubscription">
<t t-call="portal.portal_layout">
<div class="container mt8">
<div class="row">
<div class="col-lg-6 offset-lg-3">
<h3>Digest Subscriptions</h3>
<div class="alert alert-success text-center" role="status">
<p>You have been successfully unsubscribed from <strong t-field="digest.name"/></p>
</div>
</div>
</div>
</div>
</t>
</template>
</odoo>
|