- <div tal:repeat="item here/allowedContentTypes" tal:omit-tag="">
- <tr tal:define="icon python:here.restrictedTraverse(item.getIcon())">
- <td class="ListName">
- <img tal:attributes="src icon/absolute_url ; alt item/Title ; height icon/height ; width icon/width" i18n:attributes="alt"/>
- </td>
- <td tal:content="item/Title" i18n:translate="" class="ListName">Content name</td>
+ <div tal:repeat="item here/allowedContentTypes" tal:omit-tag="">
+ <tr tal:define="icon python:here.restrictedTraverse(item.getIcon())">
+ <td class="ListName">
+ <img tal:attributes="src icon/absolute_url ; alt item/Title ; height icon/height ; width icon/width" i18n:attributes="alt"/>
+ </td>
+ <td tal:content="item/Title" i18n:translate="" class="ListName">Content name</td>