source:
main/waeup.ikoba/trunk/src/waeup/ikoba/widgets/productoptiondisplaywidget.pt
Last change on this file was 12316, checked in by , 10 years ago | |
---|---|
File size: 219 bytes |
Line | |
---|---|
1 | <span tal:repeat="widget context/subwidgets"> |
2 | <div tal:replace="structure widget"> |
3 | WIDGET |
4 | </div> |
5 | <span tal:condition="python: not 'fee' in widget.name and not 'currency' in widget.name">@</span> |
6 | </span> |
Note: See TracBrowser for help on using the repository browser.