{{extend 'zlayout.html'}} {{if view_info.has_key('sys_topic'):}}
[-]
{{=cat['cat_name']}}
{{if cat['cat_desc']:}}
{{=cat['cat_desc']}}
{{pass}}
|
||||
{{=XML(T('Posts'))}} | {{=XML(T('Replies'))}} | {{=XML(T('Views'))}} | {{=XML(T('Last Updated'))}} | |
---|---|---|---|---|
{{=forum['posts']}} | {{=forum['replies']}} | {{=forum['views']}} |
{{if forum['last_updated']:}}
{{=forum['last_updated']}}
{{else:}}
{{pass}}
{{=XML(T('By'))}} {{if not forum['last_updated_by']:}} {{=XML(T('Anonymous User'))}} {{else:}} {{if auth_user.is_auth():}} {{=forumhelper.get_display_name(forum['last_updated_by'])}} {{else:}} {{=forumhelper.get_display_name(forum['last_updated_by'])}} {{pass}} {{pass}} |
|
{{=T('This category does not contain any forums')}}
|
{{=T('The Forum System is under maintenance at this time')}}
{{pass}}