| 17 |
letter display and choose one at random on load, could also |
letter display and choose one at random on load, could also |
| 18 |
allow the user to change the class via buttons/drop-down.... |
allow the user to change the class via buttons/drop-down.... |
| 19 |
--> |
--> |
| 20 |
<span metal:use-macro="python: here.widget('body', mode='view')"/> |
<div tal:omit-tag="" |
| 21 |
</div> |
tal:content="structure here/getBody"/> |
| 22 |
|
|
| 23 |
|
<div tal:omit-tag="" |
| 24 |
|
tal:condition="python:here.isEligible(here, member)"> |
| 25 |
|
Foo |
| 26 |
|
</div> |
| 27 |
|
</div> |
| 28 |
</div> |
</div> |
| 29 |
</body> |
</body> |
| 30 |
</html> |
</html> |