{{ left_sidebar_enabled = False right_sidebar_enabled = False }} {{extend 'layout.html'}}
{{=A('Make a List',_href=URL(request.application,'default','make_list'),_style="font-weight:bold;color:#f00;")}} {{=A('View a List',_href=URL(request.application,'default','lists'),_style="font-weight:bold;color:#f00;")}}

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'))}} so you can add your own lists 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]),_class='list_title_link')}}
  • {{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]),_class='list_title_link')}}
  • {{pass}}
{{=A(T('See all'),_href=URL(request.application,'default','lists',args=[0,'popular']))}}
Categories
    {{for category in categories[0:4]:}}
  • {{=A(category.category.name,_href=URL(request.application,'default','lists',args=[category.category.id]),_class='list_title_link')}}
  • {{pass}}
{{=A(T('See all'),_href=URL(request.application,'default','categories'))}}
Video Lists
    {{for list in video_lists:}}
  • {{=A(list.name,_href=URL(request.application,'default','top_list',args=[list.id]),_class='list_title_link')}}
  • {{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]),_class='list_title_link')}}
  • {{pass}}
{{=A(T('See all'),_href=URL(request.application,'default','lists',args=[30]))}}
Recommended Lists
    {{for list in recommended_lists:}}
  • {{=A(list.name,_href=URL(request.application,'default','top_list',args=[list.id]),_class='list_title_link')}}
  • {{pass}}
{{=A(T('See all'),_href=URL(request.application,'default','lists',args=[0,'recommended']))}}
{{block left_sidebar}} {{=LOAD('default','cats.load',ajax=False)}} {{end}} {{block right_sidebar}} {{=LOAD('default','rh_bar.load',ajax=False)}} {{end}}