<%= t(:available_taxons) %>

<% @taxons.each do |taxon| %> <% end %> <% if @taxons.empty? %> <% end %>
<%= t(:name) %> <%= t(:path) %> <%= t(:action) %>
<%= taxon.name %> <%= taxon_path taxon %> <%= link_to icon(:add) + ' ' + t(:select), select_admin_question_taxon_path(@question, taxon), :remote => true, :class => 'iconlink' %>
<%= t(:no_match_found) %>.