{{extend 'zlayout.html'}}
{{=XML(T('Forum Home Page'))}}
{{if results:}}{{=XML(T('Your search results for'))}}: {{=search_str}}
{{=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')))}} |
{{=XML(T(view_info['errors'][0]))}}
{{else:}}{{=XML(T('No results found for your search'))}}: {{=search_str}}
{{pass}} {{pass}}