Somebody know how i could count rows in ticket in this code, that mount
custom fields?

<tr py:for="row in group(fields, 2, lambda f: f.type != 'textarea' )"
              py:with="fullrow = len(row) == 1"> <--! Here i want put a id
if the number of row, but i don't know wich function return de number ot it
-->
              <py:for each="idx, field in enumerate(row)">

This code stay in ticket.html

Thanks.
Wagner

-- 
You received this message because you are subscribed to the Google Groups "Trac 
Users" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/trac-users?hl=en.

Reply via email to