|
29 | 29 | <th tal:condition="request/show/activity" i18n:translate="">Activity</th> |
30 | 30 | <th tal:condition="request/show/actor" i18n:translate="">Actor</th> |
31 | 31 | <th tal:condition="request/show/title" i18n:translate="">Title</th> |
32 | | - <th tal:condition="request/show/components" i18n:translate="">Components</th> |
| 32 | + <th tal:condition="request/show/components" i18n:translate="">Components</th> |
33 | 33 | <th tal:condition="request/show/versions" i18n:translate="">Versions</th> |
34 | | - <th tal:condition="request/show/status" i18n:translate="">Status</th> |
| 34 | + <th tal:condition="request/show/status" i18n:translate="">Status</th> |
| 35 | + <th tal:condition="request/show/priority" i18n:translate="">Priority</th> |
35 | 36 | <th tal:condition="request/show/resolution" i18n:translate="">Resolution</th> |
36 | 37 | <th tal:condition="request/show/creator" i18n:translate="">Creator</th> |
| 38 | + <th tal:condition="request/show/nosy" i18n:translate="">Nosy</th> |
37 | 39 | <th tal:condition="request/show/assignee" i18n:translate="">Assigned To</th> |
38 | 40 | <th tal:condition="request/show/keywords" i18n:translate="">Keywords</th> |
39 | 41 | <th tal:condition="request/show/dependencies" i18n:translate="">Depends On</th> |
|
69 | 71 | tal:content="python:i.versions.plain() or default"> </td> |
70 | 72 | <td tal:condition="request/show/status" |
71 | 73 | tal:content="python:i.status.plain() or default"> </td> |
| 74 | + <td tal:condition="request/show/priority" |
| 75 | + tal:content="python:i.priority.plain() or default"> </td> |
72 | 76 | <td tal:condition="request/show/resolution" |
73 | 77 | tal:content="python:i.resolution.plain() or default"> </td> |
74 | 78 | <td tal:condition="request/show/creator" |
75 | 79 | tal:content="python:i.creator.plain() or default"> </td> |
| 80 | + <td tal:condition="request/show/nosy" |
| 81 | + tal:content="python:i.nosy.plain() or default"> </td> |
76 | 82 | <td tal:condition="request/show/assignee" |
77 | 83 | tal:content="python:i.assignee.plain() or default"> </td> |
78 | 84 | <td tal:condition="request/show/keywords" |
|
0 commit comments