Merge branch 'bbmaster' of ssh://git.cy55.de/home/git/loops into bbmaster
This commit is contained in:
commit
c64f067d6e
1 changed files with 11 additions and 8 deletions
|
@ -183,14 +183,17 @@
|
|||
tal:attributes="value related/uidToken" />
|
||||
</td>
|
||||
</tr>
|
||||
<tr tal:define="children python:list(related.unique(related.children()));
|
||||
resources python:list(related.resources())"
|
||||
tal:condition="python:list_nested and (children or resources)">
|
||||
<td tal:condition="item/showCheckboxes|nothing" />
|
||||
<td colspan="5">
|
||||
<metal:list use-macro="item/template/macros/list_nested" />
|
||||
</td>
|
||||
</tr>
|
||||
<tal:nested condition="list_nested">
|
||||
<tr tal:define="children python:
|
||||
list(related.unique(related.children()));
|
||||
resources python:list(related.resources())"
|
||||
tal:condition="python:children or resources">
|
||||
<td tal:condition="item/showCheckboxes|nothing" />
|
||||
<td colspan="5">
|
||||
<metal:list use-macro="item/template/macros/list_nested" />
|
||||
</td>
|
||||
</tr>
|
||||
</tal:nested>
|
||||
</tal:item>
|
||||
</tal:items>
|
||||
</tbody>
|
||||
|
|
Loading…
Add table
Reference in a new issue