{{extend 'zlayout.html'}}

{{=XML(T('Search Results'))}}

{{=XML(T('Forum Home Page'))}}

{{if results:}}

{{=XML(T('Your search results for'))}}: {{=search_str}}

{{for idx, topic in enumerate(results):}} {{pass}}
  {{=XML(T('Forum'))}} {{=XML(T('Topic'))}} {{=XML(T('Type'))}} {{=XML(T('Created'))}}
{{=idx+1}} {{=topic.zf_forum.forum_title}} {{=topic.zf_topic.title}} {{if topic.zf_topic.parent_flag:}}{{=XML(T('Parent'))}}{{else:}}{{=XML(T('Response'))}}{{pass}} {{=topic.zf_topic.modifying_date.strftime(str(T('%b %d, %Y - %I:%M %p')))}}
{{else:}} {{if len(view_info['errors']):}}

{{=XML(T(view_info['errors'][0]))}}

{{else:}}

{{=XML(T('No results found for your search'))}}: {{=search_str}}

{{pass}} {{pass}}