{{=XML(T('Welcome'))}}
· {{=XML(T('Forum Home'))}}
{{if auth_user.is_auth():}}
· {{=XML(T('Logout'))}} {{=forumhelper.get_display_name()}}
· {{=XML(T('Edit Profile'))}}
· {{=XML(T('View Profile'))}}
· {{=XML(T('My Messages'))}} {{=XML(forumhelper.get_my_messages_cnt())}}
{{else:}}
· Log In
{{pass}}
· {{=XML(T('Contact the Forum Administrator'))}}
 
{{=XML(T('Search'))}}:
{{if auth_user.has_role('zAdministrator'):}}
 
· {{=XML(T('Forum Administration'))}}
{{pass}}
{{=XML(T('System Announcements'))}}
{{for sys_topic in forumhelper.get_system_announcements():}} {{if sys_topic.has_key('error'):}}
· =- {{=XML(T('No Topics Found'))}} -=
{{else:}}
· {{=XML(T(str(sys_topic.get('modifying_date', request.now).strftime('%d/%m/%y'))))}} {{=sys_topic.get('title', '')[:30]}} ..
{{pass}} {{pass}}
{{=XML(T('RSS Feed'))}}  
{{=XML(T('Latest Posts'))}}
{{for latest_topic in forumhelper.get_latest_topics():}} {{if latest_topic.has_key('error'):}}
· =- {{=XML(T('No Topics Found'))}} -=
{{else:}}
· {{=XML(T(str(latest_topic.get('modifying_date', request.now).strftime('%d/%m/%y'))))}} {{=latest_topic.get('title', '')[:30]}} ..
{{pass}} {{pass}}
{{=XML(T('RSS Feed'))}}