16 lines
639 B
XML
16 lines
639 B
XML
<flectra>
|
|
<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 <string t-field="digest.name"/></p>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</t>
|
|
</template>
|
|
</flectra> |