<%= I18n.t("themengruppe.faqs") %>

<% @themengruppen.each do |tg| %> <% themen = tg.themen.accessible_by(current_ability, :show).order(:priority).reverse_order.select{|t| !t.fragen.empty?} %> <% if can?(:show, tg) && !themen.empty? %>

<%= tg.title%>

<% end %> <% end %>