Hi,
Im trying to compare a substring with no success:
<div t-if="line.name in (u'Hotel Description%',u'FAQ')">
Basically im trying to find a matching string in (u'Hotel Description%',u'FAQ'), tried to add % but it doesn't work, maybe somehow to use "like"
Thanks