<% if Globalize.locale.to_s != "en" || policy(ArchiveFaq).full_access? -%> <%= link_to t(".edit"), edit_archive_faq_path(@archive_faq) %> <% end %>
<%= t(".no_category_entries") %>
<% else %>dir="rtl"<% end %> class="userstuff">
<% end %>
<% 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 %>