Comment 1 for bug 1076316

Revision history for this message
Andreas Elvers (itsafire1) wrote :

The current workaround is to write something like this:

<span tal:condition="exists:options/blah" tal:replace="string:${options/blah}"></span>
<span tal:condition="not:exists:options/blah" tal:replace="string:foo"></span>