{{extend 'layout.html'}}
{{k=0}} {{for k,site in enumerate(sites):}} {{if k % 3==0:}}{{pass}} {{if k % 3==2:}}{{pass}} {{pass}} {{for i in range(k%3+1,3):}}{{pass}} {{if not k%3==2:}}{{pass}}

{{=site.f_name}} {{if site.f_created_by==auth.user_id or (auth.user and auth.user.editor):}} [{{=A('edit',_href=URL('site_update',args=site.id))}}] {{pass}}