| 55 |
</tr> |
</tr> |
| 56 |
</thead> |
</thead> |
| 57 |
<tbody> |
<tbody> |
|
<tr class="even" > |
|
|
<td> |
|
|
<span tal:content="here/getEducation"/> |
|
|
</td> |
|
|
</tr> |
|
|
<!-- |
|
|
<metal:block tal:repeat="i here/getEducation"> |
|
| 58 |
<tr class="even" |
<tr class="even" |
| 59 |
tal:define="oddrow repeat/i/odd" |
tal:define="oddrow repeat/i/odd" |
| 60 |
tal:attributes="class python:test(oddrow, 'even', 'odd')" > |
tal:attributes="class python:test(oddrow, 'even', 'odd')" > |
|
<td> |
|
|
<span tal:content="i"/><br/> |
|
|
</td> |
|
| 61 |
</tr> |
</tr> |
| 62 |
|
<td> |
| 63 |
|
<metal:block tal:repeat="i here/getEducation"> |
| 64 |
|
<span tal:content="i"/> |
| 65 |
</metal:block> |
</metal:block> |
| 66 |
--> |
</td> |
| 67 |
</tbody> |
</tbody> |
| 68 |
</table> |
</table> |
| 69 |
|
|