{{extend 'layout.html'}}

News

{{include 'gsearch.html'}}

You received these Announcements

[post announcement]
{{if len(announcements):}} {{for k,a in enumerate(announcements):}} {{pass}}
[A{{=a.announcement.id}}]{{=a.announcement.title}} posted by {{=a.auth_user.name}} on {{=a.announcement.posted_on}} [ignore]
{{=''.join(['[G%s]'%i for i in a.accessible_to])}} {{=XML(a.announcement.body)}}
{{if a.announcement.owner==auth.user_id:}} [change permissions] [edit]{{pass}}
{{if k>0:}} {{pass}}
{{else:}} No pending announcements {{pass}}