<#macro getParentSubject subject faq breadcrumb > <#if subject?has_content && faq?has_content> <#if breadcrumb == ""> <#assign breadcrumbCopy = "${subject.text}" /> <#else> <#assign breadcrumbCopy = "${subject.text}" + " > " + breadcrumb /> <#if subject.getParent(plugin)?has_content && subject.idParent != 0 > <@getParentSubject subject=subject.getParent(plugin) faq=faq breadcrumb=breadcrumbCopy /> <#else> #i18n{helpdesk.question_list_row.top} ${faq.name} > ${breadcrumbCopy} <#if faq_list?has_content >
#i18n{helpdesk.faq_list.portlet_search.title} <#if search_page> <#if helpdesk_question_answer_list?has_content>
    <#list helpdesk_question_answer_list as questionAnswer>
  • <#assign currentSubject = questionAnswer.getSubject(plugin)> <@getParentSubject subject=currentSubject faq=currentSubject.getFaq(plugin) breadcrumb="" />
    ${questionAnswer.question}
    ${questionAnswer.answer}
<#else>
#i18n{helpdesk.message.search_nok}
#i18n{helpdesk.faq_list.portlet_list.title} <#if faq_list?has_content > <#else>
#i18n{helpdesk.faq_list.emptyList}
<@getDatePickerRange idFieldFrom="form_search_date_begin" idFieldTo="form_search_date_end" language=locale.language />