{{extend 'zlayout.html'}}

{{=XML(T('pyForum Administration'))}}

{{include 'zadmin/admin_options.html'}} {{if view_info.has_key('updated'):}}

{{=XML(T('Parameters Updated'))}}

{{pass}} {{if system_properties:}}
{{for idx, sys_prop in enumerate(system_properties):}} {{pass}}
ID {{=XML(T('Property Description'))}} {{=XML(T('Value'))}}
{{=sys_prop.property_name}} {{=XML(sys_prop.property_desc)}}
{{else:}}

{{=XML(T('No System Parameters have been configured. This may be due to forum mosconfiguration'))}}.

{{pass}}