<%= link_to t(".page_heading"), archive_faqs_path %> > <%= @archive_faq.title %>

<% if @archive_faq.slug == "search-and-browse" %>

<%= t(".elasticsearch_update_notice_html", elasticsearch_news_link: link_to(t(".elasticsearch_news"), admin_post_path(10_575))) %>

<% end %>
<% if policy(ArchiveFaq).translation_access? %>

<% if Globalize.locale.to_s != "en" || policy(ArchiveFaq).full_access? -%> <%= link_to t(".edit"), edit_archive_faq_path(@archive_faq) %> <% end %>

<% end %> <% if @archive_faq.questions.blank? %>

<%= t(".no_category_entries") %>

<% else %>
dir="rtl"<% end %> class="userstuff">
<% for q in @questions %>

<%= q.question %>

<% unless q.screencast.to_s == "" %>

<%= t(".screencast") %> <%= link_to q.question, q.screencast.to_s %>

<% end %> <%= raw sanitize_field(q, :content) %> <% end %>
<% end %>