{{ left_sidebar_enabled = True right_sidebar_enabled = True }} {{extend 'layout.html'}}

Here are some of the hottest Top Lists

{{if not is_user_logged_in():}}

Be sure to {{=A('register',_href=URL(request.application,'default','user',args='register'))}} or {{=A('login',_href=URL(request.application,'default','user',args='login'))}} so you can add your own and make your opinion known.

{{pass}}
Recent Lists
    {{for list in latest_lists:}}
  • {{=A(list.name,_href=URL(request.application,'default','top_list',args=[list.id]))}}
  • {{pass}}
{{=A(T('See all'),_href=URL(request.application,'default','lists',args=[0,'recent']))}}
Popular Lists
    {{for list in popular_lists:}}
  • {{=A(list.name,_href=URL(request.application,'default','top_list',args=[list.id]))}}
  • {{pass}}
{{=A(T('See all'),_href=URL(request.application,'default','lists',args=[0,'popular']))}}
Video Lists
    {{for list in video_lists:}}
  • {{=A(list.name,_href=URL(request.application,'default','top_list',args=[list.id]))}}
  • {{pass}}
{{=A(T('See all'),_href=URL(request.application,'default','lists',args=[23]))}}
Image Lists
    {{for list in image_lists:}}
  • {{=A(list.name,_href=URL(request.application,'default','top_list',args=[list.id]))}}
  • {{pass}}
{{=A(T('See all'),_href=URL(request.application,'default','lists',args=[30]))}}
{{block left_sidebar}} {{=LOAD('default','cats.load',ajax=False)}} {{end}} {{block right_sidebar}} {{=LOAD('default','rh_bar.load',ajax=False)}} {{end}}