equal
deleted
inserted
replaced
98 limit: max amount of items per page |
98 limit: max amount of items per page |
99 list_templates: templates that are used when rendering list |
99 list_templates: templates that are used when rendering list |
100 |
100 |
101 Returns: |
101 Returns: |
102 updated template context dict supplied by the caller or a new context |
102 updated template context dict supplied by the caller or a new context |
103 dict if the caller supplied None |
103 dict if the caller supplied None. |
104 |
104 |
105 { |
105 { |
106 'list_data': list data to be displayed |
106 'list_data': list data to be displayed |
107 'list_main': url to list main template |
107 'list_main': url to list main template |
108 'list_pagination': url to list pagination template |
108 'list_pagination': url to list pagination template |