digest/views/digest_templates.xml
Данил Воробьев 1d93bfa373 initial commit
2024-05-03 12:04:23 +00:00

17 lines
667 B
XML

<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>