equal
deleted
inserted
replaced
190 DEF_APPLICATION_LIST_DESCRIPTION_FMT % ( |
190 DEF_APPLICATION_LIST_DESCRIPTION_FMT % ( |
191 {'name_plural': params['name_plural'], 'status': choice[0]})) |
191 {'name_plural': params['name_plural'], 'status': choice[0]})) |
192 list_params['list_action'] = choice[1] |
192 list_params['list_action'] = choice[1] |
193 |
193 |
194 list_content = list_helper.getListContent( |
194 list_content = list_helper.getListContent( |
195 request, list_params, filter, index) |
195 request, list_params, filter, idx=index) |
196 |
196 |
197 contents += [list_content] |
197 contents += [list_content] |
198 |
198 |
199 index += 1 |
199 index += 1 |
200 |
200 |