I see your point there...
I usually just use # as I want some of the formating in the html anyway.
Regards,
Jason

On 10/05/2010 09:50 AM, dederocks wrote:
Hello,
I wish it were easier to write comments in views.
Right now, if I understand well, you need to add a '#' in each {{}}
sequence, but elements outside {{}} are still displayed.
And multiline comments don't work:
For example, if in a view I have:

<h1>Zone Title</h1>
{{'''for zone in zones:}}
{{=zone.code}}: {{=B(zone.description)}}<br />
{{pass'''}}

I get a ticket saying 'pass' is missing.

In case this is an easy fix...

Best regards,

André

Reply via email to