You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
43 lines
2.0 KiB
43 lines
2.0 KiB
<?xml version="1.0" encoding="utf-8"?>
|
|
<odoo>
|
|
<template id="assessment_request_submit_template">
|
|
<t t-call="website.layout">
|
|
<div id="wrap" class="oe_structure oe_empty">
|
|
<section
|
|
class="s_title parallax s_parallax_is_fixed bg-black-50 pt24 pb24"
|
|
data-vcss="001" data-snippet="s_title"
|
|
data-scroll-background-ratio="1">
|
|
<span class="s_parallax_bg oe_img_bg"
|
|
style="background-image: url('/web/image/website.s_banner_default_image'); background-position: 50% 0;"/>
|
|
<div class="o_we_bg_filter bg-black-50"/>
|
|
<div class="container">
|
|
<h1>Assessment Request Form</h1>
|
|
</div>
|
|
</section>
|
|
<p></p>
|
|
<section class="s_website_form" data-vcss="001"
|
|
data-snippet="s_website_form">
|
|
<div class="container s_allow_columns">
|
|
<div class="row">
|
|
<div class="col-lg-8 mt-4 mt-lg-0">
|
|
<div class="alert alert-success">
|
|
Your Day Care Assessment Request is "<t
|
|
t-esc="lead['name']"/>".
|
|
<br/>
|
|
Please Note it for further communication.
|
|
<br/>
|
|
You Will Receive Email from our Team
|
|
shortly.
|
|
<br/>
|
|
Please reply to that mail for feature
|
|
conversation.
|
|
<br/>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</section>
|
|
</div>
|
|
</t>
|
|
</template>
|
|
</odoo>
|
|
|