digest/views/digest_templates.xml

17 lines
667 B
XML
Raw Normal View History

2024-05-03 15:04:23 +03:00
<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:<br/>
<strong t-field="digest.name"/></p>
</div>
</div>
</div>
</div>
</t>
</template>
</odoo>