{{extend 'zlayout.html'}} {{if view_info['errors']:}}

{{=XML(T('There was one or more errors while processing your request, please correct the following'))}}

{{pass}}
{{=XML(view_info['pagination_widget'])}}
{{if view_info.has_key('preview'):}}
{{=XML(T('Message Preview'))}}

{{=XML(parse_content(request.vars.get('response_content', ''), mode='forumfull'))}}
{{=XML(T('Add This Comment'))}}
{{pass}} {{if auth_user.is_admin():}}
{{pass}} {{if len(children):}} {{for row, this_child in enumerate(children):}} {{pass}} {{pass}}
{{=topic.title}}
{{=XML(T('By'))}}: {{if topic.creation_user == 'Anonymous User':}} Anonymous User {{else:}} {{if auth_user.is_auth():}} {{=topic.creation_user}} {{else:}} {{=topic.creation_user}} {{pass}} {{if forumhelper.get_system_property('zfsp_use_ranking_system', '') != '':}}
{{=XML(T('Rank'))}}: {{=forumhelper.get_user_rank(topic.creation_user)}} {{pass}}
{{=XML(T('Postings'))}}: {{=forumhelper.get_member_property('zfmp_postings', topic.creation_user, '0')}}
{{=XML(T('From'))}}: {{=forumhelper.get_member_property('zfmp_country', topic.creation_user, XML(T('Unknown')))}} {{if forumhelper.get_system_property('zfsp_allow_member_avatars', '') != '' and forumhelper.has_member_avatar(topic.creation_user):}} {{pass}} {{pass}}
{{=XML(T('Posted'))}}: {{=XML(T(str(topic.creation_date.strftime('%a, %d %B, %Y - %I:%M %p'))))}}
{{if auth_user.is_admin():}} {{=XML(T('Edit Topic'))}} | {{pass}} {{if (security_info['can_reply'] and not topic.locked_flag) or auth_user.is_admin():}} {{=XML(T('Reply w/Quote'))}} | {{pass}} {{=XML(T('Report as inappropriate'))}} {{if auth_user.is_admin():}} | {{pass}}

{{=XML(parse_content(topic.content, mode='forumfull'))}}
{{=XML(T('By'))}}: {{if this_child.creation_user == 'Anonymous User':}} Anonymous User {{else:}} {{if auth_user.is_auth():}} {{=this_child.creation_user}} {{else:}} {{=this_child.creation_user}} {{pass}} {{if forumhelper.get_system_property('zfsp_use_ranking_system', '') != '':}}
{{=XML(T('Rank'))}}: {{=forumhelper.get_user_rank(this_child.creation_user)}} {{pass}}
{{=XML(T('Postings'))}}: {{=forumhelper.get_member_property('zfmp_postings', this_child.creation_user, '0')}}
{{=XML(T('From'))}}: {{=forumhelper.get_member_property('zfmp_country', this_child.creation_user, XML(T('Unknown')))}} {{if forumhelper.get_system_property('zfsp_allow_member_avatars', '') != '' and forumhelper.has_member_avatar(this_child.creation_user):}} {{pass}} {{pass}}
{{=XML(T('Posted'))}}: {{=XML(T(str(this_child.creation_date.strftime('%a, %d %B, %Y - %I:%M %p'))))}}
{{if auth_user.is_admin():}} {{=XML(T('Edit Topic'))}} | {{pass}} {{if (security_info['can_reply'] and not topic.locked_flag) or auth_user.is_admin():}} {{=XML(T('Reply w/Quote'))}} | {{pass}} {{=XML(T('Report as inappropriate'))}} {{if auth_user.is_admin():}} | {{pass}}

{{=XML(parse_content(this_child.content, mode='forumfull'))}}
{{if not len(children):}}

{{=XML(T('This topic contains no responses'))}}.

{{pass}} {{if topic.locked_flag:}}

{{=XML(T('The forum administrator has restricted adding any more comments to this topic'))}}.

{{pass}} {{if (security_info['can_reply'] and not topic.locked_flag) or auth_user.is_admin():}}
  {{if not auth_user.is_auth():}} {{pass}}
{{=XML(T('Add Reply'))}}
{{=XML(T('Title'))}}: {{=topic.title}}
{{=XML(T('By'))}}: {{=auth_user.get_user_name()}}, {{=XML(T('on'))}} {{=XML(T(str(request.now.strftime('%A, %d %B, %Y'))))}}
{{=XML(T('Contents'))}}:
* {{=XML(T('Verify your humanity'))}}: {{=view_info['anon_captcha']}} ({{=XML(T('Please Enter the acces code shown in order to post your message'))}}.)
{{=XML(T('Click on an emoticon to add it'))}}: {{for icon in view_info['emoticons']:}} {{=icon[5:icon.rfind('.')]}} {{pass}}
{{pass}}