File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 1- <!-- $Id: issue.index.html,v 1.28 2007-09-16 02:45:11 jpend Exp $ -->
1+ <!-- $Id: issue.index.html,v 1.29 2007-09-18 17:44:26 jpend Exp $ -->
22< tal:block metal:use-macro ="templates/page/macros/icing ">
33< title metal:fill-slot ="head_title " >
44 < span tal:omit-tag ="true " i18n:translate ="" > List of issues</ span >
4040 tal:condition ="python:group and batch.propchanged(*group) ">
4141 < th tal:attributes ="colspan python:len(request.columns) " class ="group ">
4242 < tal:block tal:repeat ="g group ">
43- < tal:block tal:content ="python:str(i[g]) or '(no %s set)'%g "/>
43+ < tal:block i18n:translate ="" tal:content ="python:str(i[g]) or '(no %s set)'%g "/>
4444 </ tal:block >
4545 </ th >
4646 </ tr >
6262 tal:content ="python:str(i.title.plain(hyperlink=0)) or '[no title]' "> title</ a >
6363 </ td >
6464 < td tal:condition ="request/show/status "
65+ i18n:translate =""
6566 tal:content ="python:i.status.plain() or default "> </ td >
6667 < td tal:condition ="request/show/creator "
6768 tal:content ="python:i.creator.plain() or default "> </ td >
You can’t perform that action at this time.
0 commit comments