app/soc/views/helper/lists.py
changeset 499 d22e4fe8e64b
parent 389 9b873166d7d5
child 539 e30462354e26
equal deleted inserted replaced
498:1cd81063a4c6 499:d22e4fe8e64b
    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