How to render comments from QWeb template to the page of website?
That page contain like:
<!-- BlaBlaBla -->
How to render comments from QWeb template to the page of website?
That page contain like:
<!-- BlaBlaBla -->
After some experiment I found solution:
<t t-set="start_comment"><!--</t>
<t t-set="end_comment">--></t>
<t t-raw="start_comment"></t>BlaBlaBla<t t-raw="end_comment"></t>
<t t-raw="start_comment"></t>BlaBlaBla<t t-raw="end_comment"></t>
Will render:
<!--BlaBlaBla-->
<!--BlaBlaBla-->
Créez un compte dès aujourd'hui pour profiter de fonctionnalités exclusives et échanger avec notre formidable communauté !
S'inscrire| Publications associées | Réponses | Vues | Activité | |
|---|---|---|---|---|
|
1
janv. 19
|
10575 | |||
|
0
déc. 24
|
2958 | |||
|
0
déc. 24
|
2610 | |||
|
2
mars 26
|
5701 | |||
|
2
mars 22
|
14058 |
1. Use the live chat to ask your questions.
2. The operator answers within a few minutes.