<tr tal:define="oddrow repeat/item/odd" tal:attributes="class python:test(oddrow, 'even', 'odd')"
tal:condition="item/action">
<td tal:content="python:item['time'].strftime(locale_date_fmt)">time</td>
<tr tal:define="oddrow repeat/item/odd" tal:attributes="class python:test(oddrow, 'even', 'odd')"
tal:condition="item/action">
<td tal:content="python:item['time'].strftime(locale_date_fmt)">time</td>