{{extend 'zlayout.html'}}

{{=XML(T('pyForum Administration - Manage Inappropriate Topics'))}}

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

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

{{pass}} {{if topics:}}
{{for idx, topic in enumerate(topics):}} {{pass}}
  {{=XML(T('Title'))}} {{=XML(T('Edit'))}} {{=XML(T('Type'))}} {{=XML(T('Date'))}} {{=XML(T('By'))}}
{{=XML(T('View'))}}: {{=XML(topic.zf_topic.title)}} {{=XML(T('Edit'))}} {{if topic.zf_topic_inappropriate.topic_id==topic.zf_topic_inappropriate.child_id:}}Main Topic{{else:}}Child Of main Topic{{pass}} {{=XML(topic.zf_topic_inappropriate.creation_date.strftime(str(XML('%d/%m/%Y'))))}} {{=XML(topic.zf_topic_inappropriate.creation_user)}}
{{else:}}

{{=XML(T('No inappropriate topics submitted by members found'))}}.

{{pass}}