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

{{=top_list.name}}

{{=top_list.description}}
{{if is_user_logged_in() and newrec:}}

Let's add some items to your new list

{{=LOAD('default','new_list_item',args=[top_list.id])}}
{{elif is_user_logged_in():}}
Click here to add your own item to the list.
{{else:}}
{{=A('Register',_href=URL(request.application,'default','user',args='register'))}}"> to create and add to lists.
{{pass}} {{=LOAD('default','top_list_items.load',ajax=True,args=[top_list.id,top_list.is_voteable],target='top_list_items')}}
{{if not newrec:}}
My Lists
{{if is_user_logged_in():}}
  • Some list
  • Some list
  • Some list
  • Some list
{{else:}} Please {{=A('register',_href=URL(request.application,'default','user',args='register'))}} or {{=A('login',_href=URL(request.application,'default','user',args='login'))}} to use this feature. {{pass}}
{{=A(IMG(_src=URL(request.application,'static','images/336x280.gif'), \ _alt="Some Ad"),_href=URL(request.application,'default','index'), \ _style="border:none;",_title="%s"%T("Some Ad"))}}

Like this list?

Comment on it or tell someone about it.
{{=XML(get_list_likers(top_list.id))}}
{{if COMMENTS_METHOD in ['Disqus']:}} {{=XML(disqus_comments())}} {{pass}}
{{pass}}
{{block left_sidebar}} {{=LOAD('default','cats.load',ajax=False)}} {{end}} {{block right_sidebar}} {{=LOAD('default','rh_bar.load',ajax=False)}} {{end}}